Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.Resolution
-
Packages that use MemberSubstitution.Substitution.Chain.Step.Resolution Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.Substitution.Chain.Step.Resolution in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.Step.Resolution Modifier and Type Class Description static class
MemberSubstitution.Substitution.Chain.Step.Simple
A simple substitution step within a substitution chain.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.Resolution Modifier and Type Method Description MemberSubstitution.Substitution.Chain.Step.Resolution
MemberSubstitution.Substitution.Chain.Step. resolve(TypeDescription targetType, ByteCodeElement target, TypeList.Generic parameters, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)
Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.Resolution
MemberSubstitution.Substitution.Chain.Step.Simple. resolve(TypeDescription targetType, ByteCodeElement target, TypeList.Generic parameters, TypeDescription.Generic current, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, int freeOffset)
Resolves this step of a substitution chain.
-