Java org.eclipse.jdt.core.dom ArrayAccess fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom ArrayAccess fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom ArrayAccess.

The text is from its open source code.

Constructor

ArrayAccess(AST ast)
Creates a new unparented array access expression node owned by the given AST.

Method

ExpressiongetArray()
Returns the array expression of this array access expression.
ExpressiongetIndex()
Returns the index expression of this array access expression.
voidsetArray(Expression expression)
Sets the array expression of this array access expression.
voidsetIndex(Expression expression)
Sets the index expression of this array access expression.