|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A JotNestedExpression
represents an expression made up of
two expressions and the dot operator. It has the form:
getString().length(); toArray().length;
Field Summary |
Method Summary | |
JotExpression |
getFirstExpression()
Retrieves the first expression of the nested expression. |
JotExpression |
getSecondExpression()
Retrieves the second expression of the nested expression. |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public JotExpression getFirstExpression()
public JotExpression getSecondExpression()
|
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.