private static enum SuspiciousGetterSetterUse.State extends java.lang.Enum<SuspiciousGetterSetterUse.State>
| Enum Constant and Description |
|---|
SEEN_ALOAD |
SEEN_DUAL_LOADS |
SEEN_GETFIELD |
SEEN_INVOKEVIRTUAL |
SEEN_NOTHING |
| Modifier and Type | Method and Description |
|---|---|
static SuspiciousGetterSetterUse.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuspiciousGetterSetterUse.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuspiciousGetterSetterUse.State SEEN_NOTHING
public static final SuspiciousGetterSetterUse.State SEEN_ALOAD
public static final SuspiciousGetterSetterUse.State SEEN_GETFIELD
public static final SuspiciousGetterSetterUse.State SEEN_DUAL_LOADS
public static final SuspiciousGetterSetterUse.State SEEN_INVOKEVIRTUAL
public static SuspiciousGetterSetterUse.State[] values()
for (SuspiciousGetterSetterUse.State c : SuspiciousGetterSetterUse.State.values()) System.out.println(c);
public static SuspiciousGetterSetterUse.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.