Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
Packages that use MethodInvocation.WithImplicitInvocationTargetType
Package
Description
StackManipulations 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.WithImplicitInvocationTargetTypeModifier and TypeClassDescriptionprotected static enumAn illegal implicit method invocation.protected classAn implementation of a method invoking stack manipulation.protected static classA method invocation of a generically resolved method.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodInvocation.WithImplicitInvocationTargetTypeModifier and TypeFieldDescriptionprivate final MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.OfGenericMethod.invocationThe invocation of the method in its defined shape.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.WithImplicitInvocationTargetTypeModifier and TypeMethodDescriptionMethodInvocation.invoke(MethodDescription methodDescription) Creates a method invocation with an implicitly determined invocation type.MethodInvocation.invoke(MethodDescription.InDefinedShape methodDescription) Creates a method invocation with an implicitly determined invocation type.protected static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.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.WithImplicitInvocationTargetTypeModifier and TypeMethodDescriptionprotected static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.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.WithImplicitInvocationTargetTypeModifierConstructorDescriptionprotectedOfGenericMethod(TypeDescription targetType, MethodInvocation.WithImplicitInvocationTargetType invocation) Creates a generic method invocation.