public interface BlockT extends Tree
BlockElementTEMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getBlockElements()
Gets the list of block elements. 
 | 
java.util.Collection | 
getLocalClasses()
Gets the collection of local classes. 
 | 
java.util.Collection | 
getLocalVariables()
Gets the collection of local variables. 
 | 
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyjava.util.List getBlockElements()
List of BlockElementTs.
java.util.Collection getLocalClasses()
Collection of ClassTs.
java.util.Collection getLocalVariables()
List of LocalVariableTs.