| Package | Description |
|---|---|
| com.helger.pgcc.parser |
A grammar and lexer generator.
|
| Modifier and Type | Field and Description |
|---|---|
TokenizerData.EMatchType |
TokenizerData.MatchInfo.m_matchType |
| Modifier and Type | Method and Description |
|---|---|
static TokenizerData.EMatchType |
TokenizerData.EMatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenizerData.EMatchType[] |
TokenizerData.EMatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MatchInfo(String image,
int kind,
TokenizerData.EMatchType matchType,
int newLexState,
String action) |
Copyright © 2017–2019 Philip Helger. All rights reserved.