- All Superinterfaces:
- Tree
- All Known Subinterfaces:
- AssertStatementT, BlockStatementT, BreakStatementT, CatchClauseT, ClassT, CompoundStatementT, ConditionalStatementT, ContinueStatementT, DoStatementT, ElseClauseT, EmptyStatementT, ExpressionStatementT, FinallyClauseT, ForStatementT, IfStatementT, LocalVariableDeclT, ReturnStatementT, SimpleStatementT, StatementT, SwitchLabelT, SwitchStatementT, SynchStatementT, ThrowStatementT, TryStatementT, WhileStatementT
- public interface BlockElementT
- extends Tree
Common supertype for elements that may be a child of a code
block.
| Methods inherited from interface javax.ide.model.java.source.tree.Tree |
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty |
EMPTY_ARRAY
public static final BlockElementT[] EMPTY_ARRAY