static enum StaticArrayCreatedInMethod.State extends java.lang.Enum<StaticArrayCreatedInMethod.State>
Enum Constant and Description |
---|
SEEN_ARRAY_SIZE |
SEEN_DUP |
SEEN_INDEX |
SEEN_INDEX_STORE |
SEEN_LDC |
SEEN_NEWARRAY |
SEEN_NOTHING |
Modifier and Type | Method and Description |
---|---|
static StaticArrayCreatedInMethod.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticArrayCreatedInMethod.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticArrayCreatedInMethod.State SEEN_NOTHING
public static final StaticArrayCreatedInMethod.State SEEN_ARRAY_SIZE
public static final StaticArrayCreatedInMethod.State SEEN_NEWARRAY
public static final StaticArrayCreatedInMethod.State SEEN_DUP
public static final StaticArrayCreatedInMethod.State SEEN_INDEX
public static final StaticArrayCreatedInMethod.State SEEN_LDC
public static final StaticArrayCreatedInMethod.State SEEN_INDEX_STORE
public static StaticArrayCreatedInMethod.State[] values()
for (StaticArrayCreatedInMethod.State c : StaticArrayCreatedInMethod.State.values()) System.out.println(c);
public static StaticArrayCreatedInMethod.State 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.