Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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