Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface StatementT  view StatementT download StatementT.java

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.


Field Summary
static StatementT[] EMPTY_ARRAY
           
 
Method Summary
 java.util.List getStatementLabels()
           
 short getStatementToken()
           
 
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
 

Field Detail

EMPTY_ARRAY

public static final StatementT[] EMPTY_ARRAY
Method Detail

getStatementToken

public short getStatementToken()

getStatementLabels

public java.util.List getStatementLabels()