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

All Superinterfaces:
BlockElementT, StatementT, Tree

public interface BlockStatementT
extends StatementT

A statement wrapping a block.


Field Summary
 
Fields inherited from interface javax.ide.model.java.source.tree.StatementT
EMPTY_ARRAY
 
Method Summary
 BlockT getBlock()
          Gets the declared code block, null if none.
 void setBlock(BlockT block)
          Attempts to set the code block associated with this element.
 
Methods inherited from interface javax.ide.model.java.source.tree.StatementT
getStatementLabels, 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
 

Method Detail

getBlock

public BlockT getBlock()
Gets the declared code block, null if none.


setBlock

public void setBlock(BlockT block)
Attempts to set the code block associated with this element.