public static enum Forwarding.PreparationHandler.ForStaticField extends Enum<Forwarding.PreparationHandler.ForStaticField> implements Forwarding.PreparationHandler
static field.Forwarding.PreparationHandler.ForInstanceField, Forwarding.PreparationHandler.ForStaticField, Forwarding.PreparationHandler.ForStaticInstance| Enum Constant and Description | 
|---|
INSTANCE
The singleton instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StackManipulation | 
loadFieldOwner()
Creates a stack manipulation for loading the field owner onto the operand stack. 
 | 
InstrumentedType | 
prepare(InstrumentedType instrumentedType,
       String fieldName,
       TypeDescription fieldType)
Prepares the instrumented type. 
 | 
String | 
toString()  | 
static Forwarding.PreparationHandler.ForStaticField | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Forwarding.PreparationHandler.ForStaticField[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Forwarding.PreparationHandler.ForStaticField INSTANCE
public static Forwarding.PreparationHandler.ForStaticField[] values()
for (Forwarding.PreparationHandler.ForStaticField c : Forwarding.PreparationHandler.ForStaticField.values()) System.out.println(c);
public static Forwarding.PreparationHandler.ForStaticField 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 InstrumentedType prepare(InstrumentedType instrumentedType, String fieldName, TypeDescription fieldType)
Forwarding.PreparationHandlerprepare in interface Forwarding.PreparationHandlerinstrumentedType - The instrumented type to prepare.fieldName - The name of the field in which the delegate should be stored.fieldType - The type of the field.public StackManipulation loadFieldOwner()
Forwarding.PreparationHandlerloadFieldOwner in interface Forwarding.PreparationHandlerpublic String toString()
toString in class Enum<Forwarding.PreparationHandler.ForStaticField>Copyright © 2014–2015. All rights reserved.