Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

javax.ide.model.java.source.tree
Interface BlockStatementT

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
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 

Method Detail

getBlock

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

Returns:
The code block associated with this element. Always non-null.

setBlock

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


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.