public class ConfiguredObjectFilterParser extends Object implements ConfiguredObjectFilterParserConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
ConfiguredObjectFilterParserTokenManager |
token_source
Generated Token Manager.
|
AND, AS, ASC, BETWEEN, BLOCK_COMMENT, DECIMAL_LITERAL, DEFAULT, DESC, EOF, ESCAPE, EXPONENT, FALSE, FLOATING_POINT_LITERAL, FUNCTIONNAME, HEX_LITERAL, ID, IN, IS, LIKE, LINE_COMMENT, NOT, NULL, OCTAL_LITERAL, OR, QUOTED_ID, STRING_LITERAL, tokenImage, TRUE| Constructor and Description |
|---|
ConfiguredObjectFilterParser() |
ConfiguredObjectFilterParser(ConfiguredObjectFilterParserTokenManager tm)
Constructor with generated Token Manager.
|
ConfiguredObjectFilterParser(InputStream stream)
Constructor with InputStream.
|
ConfiguredObjectFilterParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
ConfiguredObjectFilterParser(Reader stream)
Constructor.
|
public ConfiguredObjectFilterParserTokenManager token_source
public Token token
public Token jj_nt
public ConfiguredObjectFilterParser()
public ConfiguredObjectFilterParser(InputStream stream)
public ConfiguredObjectFilterParser(InputStream stream, String encoding)
public ConfiguredObjectFilterParser(Reader stream)
public ConfiguredObjectFilterParser(ConfiguredObjectFilterParserTokenManager tm)
public void setConfiguredObjectExpressionFactory(ConfiguredObjectExpressionFactory factory)
public BooleanExpression<ConfiguredObject> parseWhere(String sql) throws ParseException
ParseExceptionpublic List<Map<String,Expression>> parseSelect(String sql) throws ParseException
ParseExceptionpublic List<OrderByExpression> parseOrderBy(String sql) throws ParseException
ParseExceptionpublic final BooleanExpression filter() throws ParseException
ParseExceptionpublic final Expression orExpression() throws ParseException
ParseExceptionpublic final Expression andExpression() throws ParseException
ParseExceptionpublic final Expression equalityExpression() throws ParseException
ParseExceptionpublic final Expression comparisonExpression() throws ParseException
ParseExceptionpublic final Expression addExpression() throws ParseException
ParseExceptionpublic final Expression multExpr() throws ParseException
ParseExceptionpublic final Expression unaryExpr() throws ParseException
ParseExceptionpublic final Expression primaryExpr() throws ParseException
ParseExceptionpublic final ConstantExpression literal() throws ParseException
ParseExceptionpublic final String stringLiteral() throws ParseException
ParseExceptionpublic final ConfiguredObjectExpression variable() throws ParseException
ParseExceptionpublic final Expression functionExpression() throws ParseException
ParseExceptionpublic final String identifier() throws ParseException
ParseExceptionpublic final List<Map<String,Expression>> selectClause() throws ParseException
ParseExceptionpublic final Map<String,Expression> selectClauseElement() throws ParseException
ParseExceptionpublic final List<OrderByExpression> orderByClause() throws ParseException
ParseExceptionpublic final OrderByExpression orderByClauseElement() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(ConfiguredObjectFilterParserTokenManager 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 © 2006–2020 The Apache Software Foundation. All rights reserved.