|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| org.quattor.pan.parser | Provides classes for the implementation of the pan language parser. |
| Uses of Token in org.quattor.pan.parser |
|---|
| Subclasses of Token in org.quattor.pan.parser | |
|---|---|
class |
AnnotationToken
|
| Fields in org.quattor.pan.parser declared as Token | |
|---|---|
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. |
| Fields in org.quattor.pan.parser with type parameters of type Token | |
|---|---|
protected java.util.List<Token> |
SimpleNode.specialTokens
|
| Methods in org.quattor.pan.parser that return Token | |
|---|---|
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,
java.lang.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. |
| Methods in org.quattor.pan.parser that return types with arguments of type Token | |
|---|---|
java.util.List<Token> |
SimpleNode.getSpecialTokens()
|
| Methods in org.quattor.pan.parser with parameters of type Token | |
|---|---|
void |
SimpleNode.addSpecialToken(Token specialToken)
|
void |
PanParser.deprecated(java.lang.String message,
Token token,
int level)
Write deprecation message to standard output. |
| Constructors in org.quattor.pan.parser with parameters of type Token | |
|---|---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||