Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
-
Packages that use MethodInvocation.WithImplicitInvocationTargetType Package Description net.bytebuddy.implementation.bytecode.member StackManipulation
s of this package are responsible for accessing type or method members, i.e. -
-
Uses of MethodInvocation.WithImplicitInvocationTargetType in net.bytebuddy.implementation.bytecode.member
Classes in net.bytebuddy.implementation.bytecode.member that implement MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Class 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.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Field Description private MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation.OfGenericMethod. invocation
The invocation of the method in its defined shape.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Method Description static MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation. invoke(MethodDescription methodDescription)
Creates a method invocation with an implicitly determined invocation type.static MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation. invoke(MethodDescription.InDefinedShape 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.Methods in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Method Description protected static MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation.OfGenericMethod. of(MethodDescription methodDescription, MethodInvocation.WithImplicitInvocationTargetType invocation)
Creates a generic access dispatcher for a given method.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.WithImplicitInvocationTargetType Constructor Description OfGenericMethod(TypeDescription targetType, MethodInvocation.WithImplicitInvocationTargetType invocation)
Creates a generic method invocation.
-