public interface ELParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND1 |
static int |
AND2 |
static int |
BADLY_ESCAPED_STRING_LITERAL |
static int |
COLON |
static int |
COMMA |
static int |
COND |
static int |
DEFAULT |
static int |
DIGIT |
static int |
DIVIDE1 |
static int |
DIVIDE2 |
static int |
DOT |
static int |
EMPTY |
static int |
END_EXPRESSION |
static int |
EOF |
static int |
EQ1 |
static int |
EQ2 |
static int |
EXPONENT |
static int |
FALSE |
static int |
FLOATING_POINT_LITERAL |
static int |
GE1 |
static int |
GE2 |
static int |
GT1 |
static int |
GT2 |
static int |
IDENTIFIER |
static int |
ILLEGAL_CHARACTER |
static int |
IMPL_OBJ_START |
static int |
IN_EXPRESSION |
static int |
INTEGER_LITERAL |
static int |
LBRACKET |
static int |
LE1 |
static int |
LE2 |
static int |
LETTER |
static int |
LPAREN |
static int |
LT1 |
static int |
LT2 |
static int |
MINUS |
static int |
MODULUS1 |
static int |
MODULUS2 |
static int |
MULTIPLY |
static int |
NE1 |
static int |
NE2 |
static int |
NON_EXPRESSION_TEXT |
static int |
NOT1 |
static int |
NOT2 |
static int |
NULL |
static int |
OR1 |
static int |
OR2 |
static int |
PLUS |
static int |
RBRACKET |
static int |
RPAREN |
static int |
START_EXPRESSION |
static int |
STRING_LITERAL |
static String[] |
tokenImage |
static int |
TRUE |
static final int EOF
static final int NON_EXPRESSION_TEXT
static final int START_EXPRESSION
static final int INTEGER_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int BADLY_ESCAPED_STRING_LITERAL
static final int TRUE
static final int FALSE
static final int NULL
static final int END_EXPRESSION
static final int DOT
static final int GT1
static final int GT2
static final int LT1
static final int LT2
static final int EQ1
static final int EQ2
static final int LE1
static final int LE2
static final int GE1
static final int GE2
static final int NE1
static final int NE2
static final int LPAREN
static final int RPAREN
static final int COMMA
static final int COLON
static final int LBRACKET
static final int RBRACKET
static final int PLUS
static final int MINUS
static final int MULTIPLY
static final int DIVIDE1
static final int DIVIDE2
static final int MODULUS1
static final int MODULUS2
static final int NOT1
static final int NOT2
static final int AND1
static final int AND2
static final int OR1
static final int OR2
static final int EMPTY
static final int COND
static final int IDENTIFIER
static final int IMPL_OBJ_START
static final int LETTER
static final int DIGIT
static final int ILLEGAL_CHARACTER
static final int DEFAULT
static final int IN_EXPRESSION
static final String[] tokenImage
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.