public static enum LexerMatcher.Priority extends Enum<LexerMatcher.Priority>
Enum Constant and Description |
---|
hight |
low |
normal |
veryhight |
verylow |
Modifier and Type | Method and Description |
---|---|
boolean |
hasPriorityOn(LexerMatcher.Priority priority) |
static LexerMatcher.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexerMatcher.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LexerMatcher.Priority verylow
public static final LexerMatcher.Priority low
public static final LexerMatcher.Priority normal
public static final LexerMatcher.Priority hight
public static final LexerMatcher.Priority veryhight
public static LexerMatcher.Priority[] values()
for (LexerMatcher.Priority c : LexerMatcher.Priority.values()) System.out.println(c);
public static LexerMatcher.Priority valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean hasPriorityOn(LexerMatcher.Priority priority)