| Package | Description |
|---|---|
| com.helger.pgcc.jjtree |
A tree generator.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.GTToken
Greater than Token.
|
| Modifier and Type | Field and Description |
|---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
JJTreeParser.jj_nt
Next token.
|
Token |
Token.next
A reference to the next regular (non-special) token from the input stream.
|
static Token |
JJTreeGlobals.s_parserClassBodyStart
The first token of the parser class body (the
{). |
static Token |
JJTreeGlobals.s_parserImplements
The
implements token of the parser class. |
static Token |
JJTreeGlobals.s_parserImports
The first token of the
import list, or the position where such
a list should be inserted. |
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this token,
but after the immediately preceding regular (non-special) token.
|
Token |
JJTreeParser.token
Current token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
JJTreeParser.BooleanLiteral() |
Token |
JJTreeNode.getFirstToken() |
Token |
JJTreeNode.getLastToken() |
Token |
JJTreeParserTokenManager.getNextToken()
Get the next Token.
|
Token |
JJTreeParser.getNextToken() |
Token |
JJTreeParser.getToken(int index) |
Token |
JJTreeParser.identifier() |
Token |
JJTreeParser.IntegerLiteral() |
protected Token |
JJTreeParserTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
Token |
JJTreeParser.StringLiteral() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JJTreeNode.print(Token t,
JJTreeIO io) |
void |
JJTreeNode.setFirstToken(Token t) |
void |
JJTreeNode.setLastToken(Token t) |
| Constructor and Description |
|---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal) |
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal,
String lexicalStateName)
This constructor is used by the method "generateParseException"
in the generated parser.
|
Copyright © 2017–2019 Philip Helger. All rights reserved.