public static class InvocationPlugins.InvocationPluginReceiver extends Object implements InvocationPlugin.Receiver
| Constructor and Description |
|---|
InvocationPluginReceiver(GraphBuilderContext parser) |
| Modifier and Type | Method and Description |
|---|---|
ValueNode |
get(boolean performNullCheck)
Gets the receiver value, optionally null checking it first if necessary.
|
InvocationPlugins.InvocationPluginReceiver |
init(ResolvedJavaMethod targetMethod,
ValueNode[] newArgs) |
boolean |
isConstant()
Determines if the receiver is constant.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic InvocationPluginReceiver(GraphBuilderContext parser)
public ValueNode get(boolean performNullCheck)
InvocationPlugin.Receiverget in interface InvocationPlugin.Receiverpublic boolean isConstant()
InvocationPlugin.ReceiverisConstant in interface InvocationPlugin.Receiverpublic InvocationPlugins.InvocationPluginReceiver init(ResolvedJavaMethod targetMethod, ValueNode[] newArgs)