|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Java do
statement. See section 14.11
in the Java Language Specification for more information.
Method Summary | |
JotCodeBlock |
getCodeBlock()
Returns the body of the do statement. |
JotExpression |
getCondition()
Returns the conditional expression. |
Methods inherited from interface com.borland.jbuilder.jot.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 |
public JotExpression getCondition()
public JotCodeBlock getCodeBlock()
do
statement.getCodeBlock
in interface JotStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |