| Modifier and Type | Field and Description |
|---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
EhcacheSearchParser.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 |
EhcacheSearchParser.token
Current token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
EhcacheSearchParserTokenManager.getNextToken()
Get the next Token.
|
Token |
EhcacheSearchParser.getNextToken()
Get the next Token.
|
Token |
EhcacheSearchParser.getToken(int index)
Get the specific Token.
|
protected Token |
EhcacheSearchParserTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomParseException |
CustomParseException.factory(Token tok,
CustomParseException.Message msg) |
static CustomParseException |
CustomParseException.factory(Token tok,
Throwable t) |
static String |
CustomParseException.makeMessage(Token tok,
String message)
Make message.
|
static String |
ParserSupport.processQuotedString(Token tok,
String s)
Process quoted string.
|
| Constructor and Description |
|---|
CustomParseException(Token tok,
String message)
Instantiates a new custom parse exception.
|
CustomParseException(Token tok,
Throwable t)
Instantiates a new custom parse exception.
|
MBool(Token t,
String value)
Instantiates a new bool.
|
MByte(Token tok,
String value)
Instantiates a new m byte.
|
MChar(Token tok,
String value)
Instantiates a new m string.
|
MDouble(Token tok,
String value)
Instantiates a new m double.
|
MEnum(Token tok,
String className,
String value)
Instantiates a new m enum.
|
MFloat(Token tok,
String value)
Instantiates a new m double.
|
MInt(Token tok,
String value)
Instantiates a new m int.
|
MJavaDate(Token tok,
String value)
Instantiates a new m java date.
|
MLong(Token tok,
String value)
Instantiates a new m long.
|
MShort(Token tok,
String value)
Instantiates a new m short.
|
MSqlDate(Token tok,
String value)
Instantiates a new m query date.
|
MString(Token tok,
String value)
Instantiates a new m string.
|
MValue(Token tok,
String typeName,
CustomParseException.Message errMessage,
String value)
Instantiates a new m value.
|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException"
in the generated parser.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.