ArrayAccess |
ArrayAccess.addDim(Expression expr)
Adds the given expression for the next dimension.
|
abstract ArrayAccess |
VirtualMachine.newArrayAccess(Expression qual,
String name)
Expression factory method which returns a new array access
expression with the given qualifier and name.
|
abstract ArrayAccess |
VirtualMachine.newArrayAccess(String name)
Expression factory method which returns a new array access
expression with the given qualifier and name.
|
abstract ArrayAccess |
VirtualMachine.newArrayAccess(String qual,
String name)
Expression factory method which returns a new array access
expression with the given qualifier and name.
|