public static enum BaseExpressionToFieldHandler.InitializationPlace extends java.lang.Enum<BaseExpressionToFieldHandler.InitializationPlace>
Enum Constant and Description |
---|
IN_CONSTRUCTOR |
IN_CURRENT_METHOD |
IN_FIELD_DECLARATION |
IN_SETUP_METHOD |
Modifier and Type | Method and Description |
---|---|
static BaseExpressionToFieldHandler.InitializationPlace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseExpressionToFieldHandler.InitializationPlace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseExpressionToFieldHandler.InitializationPlace IN_CURRENT_METHOD
public static final BaseExpressionToFieldHandler.InitializationPlace IN_FIELD_DECLARATION
public static final BaseExpressionToFieldHandler.InitializationPlace IN_CONSTRUCTOR
public static final BaseExpressionToFieldHandler.InitializationPlace IN_SETUP_METHOD
public static BaseExpressionToFieldHandler.InitializationPlace[] values()
for (BaseExpressionToFieldHandler.InitializationPlace c : BaseExpressionToFieldHandler.InitializationPlace.values()) System.out.println(c);
public static BaseExpressionToFieldHandler.InitializationPlace valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null