|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an expression containing a unary operator. For more information see chapter 15 of the Java Language Specification.
Method Summary | |
JotExpression |
getOperand()
Returns the operand of the unary operator. |
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 |
Methods inherited from interface com.borland.jbuilder.jot.JotOperation |
getOperator, isBinaryOperation |
Method Detail |
public JotExpression getOperand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |