public class ETExpressionParser extends Object implements ETExpressionParserConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
ETExpressionParserTokenManager |
token_source
Generated Token Manager.
|
AND, BETWEEN, DEFAULT, DOUBLE_QUOTED_STRING, EOF, IN, IS, LIKE, NOT, NULL, OR, SINGLE_QUOTED_STRING, tokenImage, UNQUOTED_STRING| Constructor and Description |
|---|
ETExpressionParser(ETExpressionParserTokenManager tm)
Constructor with generated Token Manager.
|
ETExpressionParser(InputStream stream)
Constructor with InputStream.
|
ETExpressionParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
ETExpressionParser(Reader stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ETExpression |
AndExpression() |
ETExpression |
BetweenExpression() |
ETExpression |
ComparisonExpression() |
void |
disable_tracing()
Disable tracing.
|
void |
enable_tracing()
Enable tracing.
|
ETExpression |
Expression() |
ParseException |
generateParseException()
Generate ParseException.
|
Token |
getNextToken()
Get the next Token.
|
Token |
getToken(int index)
Get the specific Token.
|
ETExpression |
InExpression() |
ETExpression |
IsNullExpression() |
ETExpression |
OrExpression() |
ETExpression |
parse() |
void |
ReInit(ETExpressionParserTokenManager tm)
Reinitialise.
|
void |
ReInit(InputStream stream)
Reinitialise.
|
void |
ReInit(InputStream stream,
String encoding)
Reinitialise.
|
void |
ReInit(Reader stream)
Reinitialise.
|
ETExpression |
SimpleExpression() |
String |
Value() |
public ETExpressionParserTokenManager token_source
public Token token
public Token jj_nt
public ETExpressionParser(InputStream stream)
public ETExpressionParser(InputStream stream, String encoding)
public ETExpressionParser(Reader stream)
public ETExpressionParser(ETExpressionParserTokenManager tm)
public final ETExpression parse() throws ParseException
ParseExceptionpublic final ETExpression Expression() throws ParseException
ParseExceptionpublic final ETExpression OrExpression() throws ParseException
ParseExceptionpublic final ETExpression AndExpression() throws ParseException
ParseExceptionpublic final ETExpression SimpleExpression() throws ParseException
ParseExceptionpublic final ETExpression BetweenExpression() throws ParseException
ParseExceptionpublic final ETExpression ComparisonExpression() throws ParseException
ParseExceptionpublic final ETExpression InExpression() throws ParseException
ParseExceptionpublic final ETExpression IsNullExpression() throws ParseException
ParseExceptionpublic final String Value() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(ETExpressionParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2017. All rights reserved.