Uses of Class
net.bytebuddy.asm.MemberSubstitution.Source.Value
-
Packages that use MemberSubstitution.Source.Value Package Description net.bytebuddy.asm 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.Value Modifier and Type Method Description protected abstract MemberSubstitution.Source.Value
MemberSubstitution.Source. argument(int index, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, ByteCodeElement.Member original, 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, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, ByteCodeElement.Member original, 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.Value Modifier and Type Method Description protected abstract java.util.List<MemberSubstitution.Source.Value>
MemberSubstitution.Source. arguments(boolean includesSelf, TypeList.Generic parameters, java.util.Map<java.lang.Integer,java.lang.Integer> offsets, ByteCodeElement.Member original, MethodDescription instrumentedMethod)
Resolves a list of value representation of all parameters.
-