Uses of Enum Class
net.bytebuddy.asm.MemberSubstitution.Replacement.InvocationType
Packages that use MemberSubstitution.Replacement.InvocationType
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Replacement.InvocationType in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.Replacement.InvocationTypeModifier and TypeMethodDescriptionprotected static MemberSubstitution.Replacement.InvocationType
MemberSubstitution.Replacement.InvocationType.of
(int opcode, MethodDescription methodDescription) Resolves an invocation type.Returns the enum constant of this class with the specified name.MemberSubstitution.Replacement.InvocationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bytebuddy.asm with parameters of type MemberSubstitution.Replacement.InvocationTypeModifier and TypeMethodDescriptionMemberSubstitution.Replacement.bind
(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, MethodDescription methodDescription, MemberSubstitution.Replacement.InvocationType invocationType) Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.ForElementMatchers.bind
(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, MethodDescription methodDescription, MemberSubstitution.Replacement.InvocationType invocationType) Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.ForFirstBinding.bind
(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, MethodDescription methodDescription, MemberSubstitution.Replacement.InvocationType invocationType) Binds this replacement for a field that was discovered.MemberSubstitution.Replacement.NoOp.bind
(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, MethodDescription methodDescription, MemberSubstitution.Replacement.InvocationType invocationType) Binds this replacement for a field that was discovered.