com.borland.jbuilder.jot
Interface JotUnaryExpression

All Superinterfaces:
JotExpression, JotMarker, JotOperation, JotSourceElement

public interface JotUnaryExpression
extends JotExpression, JotOperation

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

getOperand

public JotExpression getOperand()
Returns the operand of the unary operator.