Uses of Class
net.bytebuddy.asm.MemberSubstitution.Source
-
Packages that use MemberSubstitution.Source Package Description net.bytebuddy.asm 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.Source Modifier and Type Field Description private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForAllArguments.Resolved. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForAllArguments. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument.Resolved. source
The source providing the argument.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForArgument. source
The source providing the argument.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin.Resolved. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForOrigin. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Bound. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForSelfCallHandle.Unbound. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStubValue.Resolved. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForStubValue. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForThisReference.Resolved. source
The source providing the reference.private MemberSubstitution.Source
MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.ForThisReference. source
The source providing the reference.Methods in net.bytebuddy.asm that return MemberSubstitution.Source Modifier and Type Method Description MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.MemberSubstitution.Source
source()
Determines the source that is considered for this annotation which can be either the substituted method, constructor or field, or the instrumented method.static MemberSubstitution.Source
MemberSubstitution.Source. valueOf(java.lang.String name)
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.Source Constructor Description 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.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.ForStubValue(MemberSubstitution.Source source)
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.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.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.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.Resolved(MemberSubstitution.Source source, MethodDescription instrumentedMethod)
Creates a resolved version of an offset mapping for a stub value.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.Unbound(MemberSubstitution.Source source, MethodDescription instrumentedMethod)
Creates an offset mapping for an unbound version of a self call handle.
-