ArrayAccessExpr
An array access expression (get or set).
Methods
String
asString
()
String
asString
()
Type
getType
()
Type
getType
()
void
setType
(Type type)
void
setType
(Type type)
Fields
static Expr
base
static Expr
index
static Type
type
base
The base expression.
index
The index.
type
The type.