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, wait
get
public InvocationPluginReceiver(GraphBuilderContext parser)
public ValueNode get(boolean performNullCheck)
InvocationPlugin.Receiver
get
in interface InvocationPlugin.Receiver
public boolean isConstant()
InvocationPlugin.Receiver
isConstant
in interface InvocationPlugin.Receiver
public InvocationPlugins.InvocationPluginReceiver init(ResolvedJavaMethod targetMethod, ValueNode[] newArgs)