Package | Description |
---|---|
com.massa.dsl.lexer | |
com.massa.dsl.matcher |
Modifier and Type | Method and Description |
---|---|
LexerMatcher.Priority |
TransformLexer.getPriority() |
Modifier and Type | Method and Description |
---|---|
void |
TransformLexer.setPriority(LexerMatcher.Priority priority) |
Modifier and Type | Method and Description |
---|---|
LexerMatcher.Priority |
AbstractLexerMatcherWrapper.getPriority() |
LexerMatcher.Priority |
AbstractLexerMatcher.getPriority() |
LexerMatcher.Priority |
LexerMatcher.getPriority()
Default priority should be the "normal" value.
|
static LexerMatcher.Priority |
LexerMatcher.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexerMatcher.Priority[] |
LexerMatcher.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LexerMatcher.Priority.hasPriorityOn(LexerMatcher.Priority priority) |
void |
AbstractLexerMatcher.setPriority(LexerMatcher.Priority priority) |