public class ArrayAccess extends JavaNode implements Expression
| Constructor and Description |
|---|
ArrayAccess() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getArray() |
Expression |
getIndex() |
void |
setArray(Expression array) |
void |
setIndex(Expression index) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Expression getArray()
public Expression getIndex()
public void setArray(Expression array)
public void setIndex(Expression index)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.