Invoke |
Invoke.applyStyle(Style style) |
abstract Invoke |
VirtualMachine.newInvoke(Class<?> qualifyingClass,
String name) |
abstract Invoke |
VirtualMachine.newInvoke(Expression qualifier,
String name)
Expression factory method which returns a new method invocation
with the given qualifier and name.
|
abstract Invoke |
VirtualMachine.newInvoke(String name)
Expression factory method which returns a new method invocation
with the given qualifier and name.
|
abstract Invoke |
VirtualMachine.newInvoke(String qualifier,
String name)
Expression factory method which returns a new method invocation
with the given qualifier and name.
|