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 | Class and Description |
---|---|
protected static class |
MethodInvocation.IllegalInvocation
An illegal implicit method invocation.
|
protected class |
MethodInvocation.Invocation
An implementation of a method invoking stack manipulation.
|
protected static class |
MethodInvocation.OfGenericMethod
A method invocation of a generically resolved method.
|
Modifier and Type | Method and Description |
---|---|
static MethodInvocation.WithImplicitInvocationTargetType |
MethodInvocation.invoke(MethodDescription.InDefinedShape methodDescription)
Creates a method invocation with an implicitly determined invocation type.
|
static MethodInvocation.WithImplicitInvocationTargetType |
MethodInvocation.invoke(MethodDescription methodDescription)
Creates a method invocation with an implicitly determined invocation type.
|
protected static MethodInvocation.WithImplicitInvocationTargetType |
MethodInvocation.OfGenericMethod.of(MethodDescription methodDescription,
MethodInvocation.WithImplicitInvocationTargetType invocation)
Creates a generic access dispatcher for a given method.
|
Modifier and Type | Method and Description |
---|---|
protected static MethodInvocation.WithImplicitInvocationTargetType |
MethodInvocation.OfGenericMethod.of(MethodDescription methodDescription,
MethodInvocation.WithImplicitInvocationTargetType invocation)
Creates a generic access dispatcher for a given method.
|
Constructor and Description |
---|
OfGenericMethod(TypeDescription targetType,
MethodInvocation.WithImplicitInvocationTargetType invocation)
Creates a generic method invocation.
|
Copyright © 2014–2020. All rights reserved.