| Package | Description |
|---|---|
| org.quattor.pan.parser |
Provides classes for the implementation of the pan language parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationToken |
| Modifier and Type | Field and Description |
|---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
PanParser.jj_nt
Next token.
|
Token |
Token.next
A reference to the next regular (non-special) token from the input
stream.
|
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 |
PanParser.token
Current token.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Token> |
SimpleNode.specialTokens |
| Modifier and Type | Method and Description |
|---|---|
Token |
PanParserTokenManager.getNextToken()
Get the next Token.
|
Token |
PanParser.getNextToken()
Get the next Token.
|
Token |
PanParser.getToken(int index)
Get the specific Token.
|
protected Token |
PanParserTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
Token |
PanParser.path()
Path.
|
Token |
PanParser.templateName()
This is separated in order to set a flag to indicate if debugging calls should
be included in this template.
|
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
SimpleNode.getSpecialTokens() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNode.addSpecialToken(Token specialToken) |
void |
PanParser.deprecated(String message,
Token token)
Write deprecation message to standard output.
|
| Constructor and Description |
|---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the
generated parser.
|
Copyright © 2014 Quattor. All Rights Reserved.