public class MessageFilter extends Object implements MessageFilterConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
MessageFilterTokenManager |
token_source
Generated Token Manager.
|
AND, BETWEEN, DEFAULT, EOF, ESCAPE, FALSE, IDENTIFIER, IN, IS, LIKE, NOT, NULL, NUMERIC_LITERAL, OR, STRING_LITERAL, tokenImage, TRUE| Constructor and Description |
|---|
MessageFilter() |
MessageFilter(InputStream stream)
Constructor with InputStream.
|
MessageFilter(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
MessageFilter(MessageFilterTokenManager tm)
Constructor with generated Token Manager.
|
MessageFilter(Reader stream)
Constructor.
|
MessageFilter(String selectorString) |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
ComparisonExpression() |
void |
disable_tracing()
Disable tracing.
|
void |
enable_tracing()
Enable tracing.
|
ParseException |
generateParseException()
Generate ParseException.
|
Token |
getNextToken()
Get the next Token.
|
Token |
getToken(int index)
Get the specific Token.
|
Expression |
identifier() |
Expression |
numericLiteral() |
BooleanExpression |
parse() |
BooleanExpression |
parseSelector() |
void |
ReInit(InputStream stream)
Reinitialise.
|
void |
ReInit(InputStream stream,
String encoding)
Reinitialise.
|
void |
ReInit(MessageFilterTokenManager tm)
Reinitialise.
|
void |
ReInit(Reader stream)
Reinitialise.
|
Expression |
stringLiteral() |
Expression |
value() |
public MessageFilterTokenManager token_source
public Token token
public Token jj_nt
public MessageFilter()
public MessageFilter(String selectorString)
public MessageFilter(InputStream stream)
public MessageFilter(InputStream stream, String encoding)
public MessageFilter(Reader stream)
public MessageFilter(MessageFilterTokenManager tm)
public BooleanExpression parse() throws Exception
Exceptionpublic final BooleanExpression parseSelector() throws ParseException
ParseExceptionpublic final BooleanExpression ComparisonExpression() throws ParseException
ParseExceptionpublic final Expression identifier() throws ParseException
ParseExceptionpublic final Expression value() throws ParseException
ParseExceptionpublic final Expression stringLiteral() throws ParseException
ParseExceptionpublic final Expression numericLiteral() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(MessageFilterTokenManager 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 WSO2. All rights reserved.