public interface MessageFilterConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
AND
RegularExpression Id.
|
static int |
BETWEEN
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
ESCAPE
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
IS
RegularExpression Id.
|
static int |
LIKE
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
NUMERIC_LITERAL
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static final int EOF
static final int NOT
static final int AND
static final int OR
static final int BETWEEN
static final int LIKE
static final int ESCAPE
static final int IN
static final int IS
static final int TRUE
static final int FALSE
static final int NULL
static final int NUMERIC_LITERAL
static final int STRING_LITERAL
static final int IDENTIFIER
static final int DEFAULT
static final String[] tokenImage
Copyright © 2017 WSO2. All rights reserved.