Uses of Class
net.bytebuddy.asm.MemberSubstitution.Source.Value
Packages that use MemberSubstitution.Source.Value
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Source.Value in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.Source.ValueModifier and TypeMethodDescriptionprotected abstract MemberSubstitution.Source.ValueMemberSubstitution.Source.argument(int index, TypeList.Generic parameters, Map<Integer, Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod) Resolves a value representation of the parameter of the specified index ornullif no such parameter is available.protected abstract MemberSubstitution.Source.ValueMemberSubstitution.Source.self(TypeList.Generic parameters, Map<Integer, Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod) Resolves a value representation of thethisreference ornullif no such reference is available.Methods in net.bytebuddy.asm that return types with arguments of type MemberSubstitution.Source.ValueModifier and TypeMethodDescriptionprotected abstract List<MemberSubstitution.Source.Value> MemberSubstitution.Source.arguments(boolean includesSelf, TypeList.Generic parameters, Map<Integer, Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod) Resolves a list of value representation of all parameters.