Uses of Enum
net.bytebuddy.asm.MemberSubstitution.Source
Packages that use MemberSubstitution.Source
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Source in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as MemberSubstitution.SourceModifier and TypeFieldDescriptionprivate final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForAllArguments.Resolved.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForAllArguments.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument.Resolved.source
The source providing the argument.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument.source
The source providing the argument.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Resolved.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Bound.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Unbound.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStubValue.Resolved.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStubValue.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForThisReference.Resolved.source
The source providing the reference.private final MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForThisReference.source
The source providing the reference.Methods in net.bytebuddy.asm that return MemberSubstitution.SourceModifier and TypeMethodDescriptionstatic MemberSubstitution.Source
Returns the enum constant of this type with the specified name.static MemberSubstitution.Source[]
MemberSubstitution.Source.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.SourceModifierConstructorDescriptionprotected
Bound
(MemberSubstitution.Source source, MethodDescription instrumentedMethod) Creates an offset mapping for a bound version of a self call handle.ForAllArguments
(TypeDescription.Generic targetComponentType, Assigner.Typing typing, MemberSubstitution.Source source, boolean includeSelf, boolean nullIfEmpty) Creates a new offset mapping for an array containing all supplied arguments.ForArgument
(TypeDescription.Generic targetType, int index, Assigner.Typing typing, MemberSubstitution.Source source, boolean optional) Creates a new offset mapping for an argument to either the substituted expression or the instrumented method.protected
ForOrigin
(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Sort sort, MemberSubstitution.Source source) Creates an offset mapping a representation of the substituted element or instrumented method.ForSelfCallHandle
(MemberSubstitution.Source source, boolean bound) Creates a new offset mapping for a self call handle.protected
Creates an offset mapping for a stub value.ForThisReference
(TypeDescription.Generic targetType, Assigner.Typing typing, MemberSubstitution.Source source, boolean optional) Creates an offset mapping that resolves thethis
reference.protected
Resolved
(TypeDescription.Generic targetComponentType, Assigner.Typing typing, MemberSubstitution.Source source, boolean includeSelf, boolean nullIfEmpty, Assigner assigner, MethodDescription instrumentedMethod) Creates a resolved version for an offset mapping of all arguments.protected
Resolved
(TypeDescription.Generic targetType, int index, Assigner.Typing typing, MemberSubstitution.Source source, boolean optional, Assigner assigner, MethodDescription instrumentedMethod) Creates a resolved offset mapping for assigning a parameter.protected
Resolved
(MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Sort sort, MemberSubstitution.Source source, MethodDescription instrumentedMethod) Creates a resolved version of an offset mapping for describing the substituted expression or instrumented method.protected
Resolved
(MemberSubstitution.Source source, MethodDescription instrumentedMethod) Creates a resolved version of an offset mapping for a stub value.protected
Resolved
(TypeDescription.Generic targetType, Assigner.Typing typing, MemberSubstitution.Source source, boolean optional, Assigner assigner, MethodDescription instrumentedMethod) Creates a resolved offset mapping for assigning thethis
reference.protected
Unbound
(MemberSubstitution.Source source, MethodDescription instrumentedMethod) Creates an offset mapping for an unbound version of a self call handle.