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 BlockElementT  view BlockElementT download BlockElementT.java

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.


Field Summary
static BlockElementT[] EMPTY_ARRAY
           
 
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 BlockElementT[] EMPTY_ARRAY