- All Superinterfaces:
- BlockElementT, Tree
- All Known Subinterfaces:
- AssertStatementT, BlockStatementT, BreakStatementT, CatchClauseT, CompoundStatementT, ConditionalStatementT, ContinueStatementT, DoStatementT, ElseClauseT, EmptyStatementT, ExpressionStatementT, FinallyClauseT, ForStatementT, IfStatementT, ReturnStatementT, SimpleStatementT, SwitchStatementT, SynchStatementT, ThrowStatementT, TryStatementT, WhileStatementT
- public interface StatementT
- extends Tree, BlockElementT
Common supertype of all statements. All statements can be
classified as: simple, block, compound. Block statements are
statements that are blocks. Simple statements have no child
statements and optionally have expressions. Compound statements
have child statements and optionally have expressions.
| 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 StatementT[] EMPTY_ARRAY
getStatementToken
public short getStatementToken()
getStatementLabels
public java.util.List getStatementLabels()