|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotUnaryExpression
interface represents a unary expression.
A unary expression consists of an operator and an operand expression; and takes
the form:
+5 !isEnabled() ~value
Field Summary |
Method Summary | |
JotExpression |
getOperand()
Retrieves the operand expression. |
java.lang.String |
getOperator()
Retrieves the operator associated with this unary expression. |
void |
setOperand(java.lang.String exp)
Sets the operand expression. |
void |
setOperator(java.lang.String oper)
Sets the operator associated with this unary expression. |
Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement |
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, isSource, setLeftWhitespace, setRightWhitespace |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public java.lang.String getOperator() throws JotInvalidElementException
JotInvalidElementException
public void setOperator(java.lang.String oper) throws JotInvalidElementException
JotInvalidElementException
public JotExpression getOperand() throws JotInvalidElementException
JotInvalidElementException
public void setOperand(java.lang.String exp) throws JotInvalidElementException
exp
- the new expression string.
JotInvalidElementException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.