abstract FieldAccess |
VirtualMachine.newAccess(Class<?> qualifierClass,
Object object) |
abstract FieldAccess |
VirtualMachine.newAccess(Expression qualifier,
String name)
Expression factory method which returns a new field access with
the given qualifier and name.
|
abstract FieldAccess |
VirtualMachine.newAccess(String name)
Expression factory method which returns a new field access with
the given qualifier and name.
|
abstract FieldAccess |
VirtualMachine.newAccess(String qualifier,
String name)
Expression factory method which returns a new field access with
the given qualifier and name.
|