|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A JotArrayDereference
represents an array access expression.
An array access expression has the form:
String[10] int[2][3] someMethod()[2]An array access expression is a primary expression consisting of two sub-expressions. The first expression, the Object Expression, represents the everything before the last left bracket, and the second expression, the Index Expression, represents the part inside of the brackets.
Field Summary |
Method Summary | |
JotExpression |
getIndexExpression()
Retrieves the index expression portion of this array access expression. |
JotExpression |
getObjectExpression()
Retrieves the object expression portion of the array access expression. |
JotExpression |
setIndexExpression(java.lang.String exp)
Sets the index expression portion of this array access expression. |
JotExpression |
setObjectExpression(java.lang.String exp)
Sets the new object expression portion of the array access expression. |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public JotExpression getObjectExpression()
public JotExpression setObjectExpression(java.lang.String exp)
exp
- the new expression string.
JotExpression
.public JotExpression getIndexExpression()
public JotExpression setIndexExpression(java.lang.String exp)
exp
- the new index expression.
JotExpression
.
|
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.