Uses of Class
net.bytebuddy.asm.MemberSubstitution.Substitution.InvocationType
-
Packages that use MemberSubstitution.Substitution.InvocationType Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.Substitution.InvocationType in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.InvocationType Modifier and Type Method Description protected static MemberSubstitution.Substitution.InvocationType
MemberSubstitution.Substitution.InvocationType. of(int opcode, MethodDescription methodDescription)
Creates an invocation type.static MemberSubstitution.Substitution.InvocationType
MemberSubstitution.Substitution.InvocationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MemberSubstitution.Substitution.InvocationType[]
MemberSubstitution.Substitution.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.Substitution.InvocationType Modifier and Type Method Description MemberSubstitution.Substitution.Resolver
MemberSubstitution.Substitution.Compound. resolve(MethodDescription methodDescription, MemberSubstitution.Substitution.InvocationType invocationType)
MemberSubstitution.Substitution.Resolver
MemberSubstitution.Substitution.ForElementMatchers. resolve(MethodDescription methodDescription, MemberSubstitution.Substitution.InvocationType invocationType)
MemberSubstitution.Substitution.Resolver
MemberSubstitution.Substitution.NoOp. resolve(MethodDescription methodDescription, MemberSubstitution.Substitution.InvocationType invocationType)
MemberSubstitution.Substitution.Resolver
MemberSubstitution.Substitution. resolve(MethodDescription methodDescription, MemberSubstitution.Substitution.InvocationType invocationType)
Resolves a method invocation within a method body.
-