|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a conditional expression (? :). See section 15.24 in the Java Language Specification 15.24 for more information.
Method Summary | |
JotExpression |
getComparison()
Returns the comparison. |
JotExpression |
getLHS()
Returns the expression to the left of the ':'. |
JotExpression |
getRHS()
Returns the expression to the right of the ':'. |
void |
setComparison(java.lang.String c)
Sets the value of the comparison. |
Methods inherited from interface com.borland.jbuilder.jot.JotExpression |
getAssignment, getCondition, getMethodCall, getNew, getOperation, getValue, getVariable, isConstant, isNull |
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 getLHS()
public JotExpression getRHS()
public JotExpression getComparison()
public void setComparison(java.lang.String c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |