|
Extension SDK 9.0.5 | ||||||||||
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.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 JotExpression getObjectExpression() throws JotInvalidElementException
JotInvalidElementException
public JotExpression setObjectExpression(java.lang.String exp) throws JotInvalidElementException
exp
- the new expression string.
JotExpression
.
JotInvalidElementException
public JotExpression getIndexExpression() throws JotInvalidElementException
JotInvalidElementException
public JotExpression setIndexExpression(java.lang.String exp) throws JotInvalidElementException
exp
- the new index expression.
JotExpression
.
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.