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.Value
MemberSubstitution.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 ornull
if no such parameter is available.protected abstract MemberSubstitution.Source.Value
MemberSubstitution.Source.self
(TypeList.Generic parameters, Map<Integer, Integer> offsets, MemberSubstitution.Target target, MethodDescription instrumentedMethod) Resolves a value representation of thethis
reference ornull
if 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.