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