Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.Resolution
Packages that use MemberSubstitution.Substitution.Chain.Step.Resolution
Package
Description
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.ResolutionModifier and TypeClassDescriptionstatic class
A simple substitution step within a substitution chain.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.ResolutionModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.resolve
(TypeDescription targetType, ByteCodeElement target, TypeList.Generic parameters, TypeDescription.Generic current, Map<Integer, Integer> offsets, int freeOffset) Resolves this step of a substitution chain.MemberSubstitution.Substitution.Chain.Step.Simple.resolve
(TypeDescription targetType, ByteCodeElement target, TypeList.Generic parameters, TypeDescription.Generic current, Map<Integer, Integer> offsets, int freeOffset) Resolves this step of a substitution chain.