|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotPreIncrementOrDecrement
interface represents a prefix
increment or decrement expression. It has the form:
--i --this.length
Field Summary |
Method Summary | |
boolean |
isDecrement()
Whether this expression represents an decrement. |
boolean |
isIncrement()
Whether this expression represents an increment. |
Methods inherited from interface oracle.jdeveloper.jot.JotUnaryExpression |
getOperand, getOperator, setOperand, setOperator |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public boolean isIncrement()
public boolean isDecrement()
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.