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