|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a case
label in a switch
statement. See section 14.9 in the Java Language Specification for more information.
Method Summary | |
JotExpression |
getExpression()
Returns the case label's constant expression. |
JotStatement[] |
getStatements()
Returns an array containing all statements following this case
label but preceding any other labels in the switch statement. |
Methods inherited from interface com.borland.jbuilder.jot.JotStatement |
getCodeBlock |
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 getExpression()
case
label's constant expression.public JotStatement[] getStatements()
case
label but preceding any other labels in the switch
statement.getStatements
in interface JotStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |