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