com.borland.jbuilder.jot
Interface JotStatement

All Superinterfaces:
JotMarker, JotSourceElement
All Known Subinterfaces:
JotBreak, JotCase, JotCatch, JotCodeBlock, JotContinue, JotDefault, JotDo, JotExpressionStatement, JotFieldDeclaration, JotFinally, JotFor, JotIf, JotInitBlock, JotLabelled, JotReturn, JotSwitch, JotSynchronized, JotThrow, JotTry, JotVariableDeclaration, JotWhile

public interface JotStatement
extends JotMarker, JotSourceElement


Method Summary
 JotCodeBlock getCodeBlock()
          Returns the code block contained in this statement.
 JotStatement[] getStatements()
           
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText
 

Method Detail

getStatements

public JotStatement[] getStatements()

getCodeBlock

public JotCodeBlock getCodeBlock()
Returns the code block contained in this statement.