Uses of Class
net.bytebuddy.asm.MemberSubstitution.Replacement.InvocationType
-
Packages that use MemberSubstitution.Replacement.InvocationType Package Description net.bytebuddy.asm 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.InvocationType Modifier and Type Method Description protected static MemberSubstitution.Replacement.InvocationTypeMemberSubstitution.Replacement.InvocationType. of(int opcode, MethodDescription methodDescription)Resolves an invocation type.static MemberSubstitution.Replacement.InvocationTypeMemberSubstitution.Replacement.InvocationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MemberSubstitution.Replacement.InvocationType[]MemberSubstitution.Replacement.InvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.asm with parameters of type MemberSubstitution.Replacement.InvocationType Modifier and Type Method Description MemberSubstitution.Replacement.BindingMemberSubstitution.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.BindingMemberSubstitution.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.BindingMemberSubstitution.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.BindingMemberSubstitution.Replacement.NoOp. bind(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypeDescription typeDescription, MethodDescription methodDescription, MemberSubstitution.Replacement.InvocationType invocationType)Binds this replacement for a field that was discovered.
-