public class HyphenatedParser extends Object implements HyphenatedParserConstants
Modifier and Type | Field and Description |
---|---|
Token |
jj_nt |
boolean |
lookingAhead |
Token |
token |
HyphenatedParserTokenManager |
token_source |
AND, BETWEEN, BLOCK_COMMENT, DECIMAL_LITERAL, DEFAULT, EOF, ESCAPE, EXPONENT, FALSE, FLOATING_POINT_LITERAL, HEX_LITERAL, ID, IN, IS, LIKE, LINE_COMMENT, NOT, NULL, OCTAL_LITERAL, OR, STRING_LITERAL, tokenImage, TRUE, XPATH, XQUERY
Constructor and Description |
---|
HyphenatedParser(HyphenatedParserTokenManager tm) |
HyphenatedParser(InputStream stream) |
HyphenatedParser(InputStream stream,
String encoding) |
HyphenatedParser(Reader stream) |
Modifier and Type | Method and Description |
---|---|
Expression |
addExpression() |
Expression |
andExpression() |
Expression |
comparisonExpression() |
void |
disable_tracing() |
void |
enable_tracing() |
Expression |
equalityExpression() |
ParseException |
generateParseException() |
Token |
getNextToken() |
Token |
getToken(int index) |
BooleanExpression |
JmsSelector() |
ConstantExpression |
literal() |
Expression |
multExpr() |
Expression |
orExpression() |
Expression |
primaryExpr() |
void |
ReInit(HyphenatedParserTokenManager tm) |
void |
ReInit(InputStream stream) |
void |
ReInit(InputStream stream,
String encoding) |
void |
ReInit(Reader stream) |
String |
stringLitteral() |
Expression |
unaryExpr() |
PropertyExpression |
variable() |
public HyphenatedParserTokenManager token_source
public Token token
public Token jj_nt
public boolean lookingAhead
public HyphenatedParser(InputStream stream)
public HyphenatedParser(InputStream stream, String encoding)
public HyphenatedParser(Reader stream)
public HyphenatedParser(HyphenatedParserTokenManager tm)
public final BooleanExpression JmsSelector() throws ParseException
ParseException
public final Expression orExpression() throws ParseException
ParseException
public final Expression andExpression() throws ParseException
ParseException
public final Expression equalityExpression() throws ParseException
ParseException
public final Expression comparisonExpression() throws ParseException
ParseException
public final Expression addExpression() throws ParseException
ParseException
public final Expression multExpr() throws ParseException
ParseException
public final Expression unaryExpr() throws ParseException
ParseException
public final Expression primaryExpr() throws ParseException
ParseException
public final ConstantExpression literal() throws ParseException
ParseException
public final String stringLitteral() throws ParseException
ParseException
public final PropertyExpression variable() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(HyphenatedParserTokenManager 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 © 2015 The Apache Software Foundation. All rights reserved.