public static interface InvocationPlugin.Receiver
InvocationPlugins.put(Type, InvocationPlugin, boolean) to denote the receiver
argument for such a non-static method.| Modifier and Type | Method and Description |
|---|---|
default ValueNode |
get()
Gets the receiver value, null checking it first if necessary.
|
ValueNode |
get(boolean performNullCheck)
Gets the receiver value, optionally null checking it first if necessary.
|
default boolean |
isConstant()
Determines if the receiver is constant.
|
default ValueNode get()
ValueNode get(boolean performNullCheck)
default boolean isConstant()