protected static enum MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis extends Enum<MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis> implements MemberSubstitution.Substitution.Chain.Step.Factory
this reference of the instrumented method.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
MemberSubstitution.Substitution.Chain.Step |
make(Assigner assigner,
Assigner.Typing typing,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Creates a substitution step for an instrumented method.
|
static MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis INSTANCE
public static MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis[] values()
for (MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis c : MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis.values()) System.out.println(c);
public static MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethodThis valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MemberSubstitution.Substitution.Chain.Step make(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod)
make in interface MemberSubstitution.Substitution.Chain.Step.Factoryassigner - The assigner to use.typing - The typing to use.instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.Copyright © 2014–2025. All rights reserved.