Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.member |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
Modifier and Type | Method and Description |
---|---|
static MethodInvocation.HandleType |
MethodInvocation.HandleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodInvocation.HandleType[] |
MethodInvocation.HandleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
MethodInvocation.IllegalInvocation.onHandle(MethodInvocation.HandleType type)
Invokes the method via a
MethodHandle . |
StackManipulation |
MethodInvocation.WithImplicitInvocationTargetType.onHandle(MethodInvocation.HandleType type)
Invokes the method via a
MethodHandle . |
StackManipulation |
MethodInvocation.OfGenericMethod.onHandle(MethodInvocation.HandleType type)
Invokes the method via a
MethodHandle . |
StackManipulation |
MethodInvocation.Invocation.onHandle(MethodInvocation.HandleType type)
Invokes the method via a
MethodHandle . |
Constructor and Description |
---|
HandleInvocation(MethodDescription.InDefinedShape methodDescription,
MethodInvocation.HandleType type)
Creates a new method handle invocation.
|
Copyright © 2014–2020. All rights reserved.