org.tinygroup.jspengine.el.parser
接口 ELParserConstants

所有已知实现类:
ELParser, ELParserTokenManager

public interface ELParserConstants


字段摘要
static int AND0
           
static int AND1
           
static int BADLY_ESCAPED_STRING_LITERAL
           
static int COLON
           
static int COMMA
           
static int DEFAULT
           
static int DIGIT
           
static int DIV0
           
static int DIV1
           
static int DOT
           
static int EMPTY
           
static int END_EXPRESSION
           
static int EOF
           
static int EQ0
           
static int EQ1
           
static int EXPONENT
           
static int FALSE
           
static int FLOATING_POINT_LITERAL
           
static int FUNCTIONSUFFIX
           
static int GE0
           
static int GE1
           
static int GT0
           
static int GT1
           
static int IDENTIFIER
           
static int ILLEGAL_CHARACTER
           
static int IMPL_OBJ_START
           
static int IN_EXPRESSION
           
static int INSTANCEOF
           
static int INTEGER_LITERAL
           
static int LBRACK
           
static int LE0
           
static int LE1
           
static int LETTER
           
static int LITERAL_EXPRESSION
           
static int LPAREN
           
static int LT0
           
static int LT1
           
static int MINUS
           
static int MOD0
           
static int MOD1
           
static int MULT
           
static int NE0
           
static int NE1
           
static int NOT0
           
static int NOT1
           
static int NULL
           
static int OR0
           
static int OR1
           
static int PLUS
           
static int QUESTIONMARK
           
static int RBRACK
           
static int RPAREN
           
static int START_DEFERRED_EXPRESSION
           
static int START_DYNAMIC_EXPRESSION
           
static int STRING_LITERAL
           
static String[] tokenImage
           
static int TRUE
           
 

字段详细信息

EOF

static final int EOF
另请参见:
常量字段值

LITERAL_EXPRESSION

static final int LITERAL_EXPRESSION
另请参见:
常量字段值

START_DYNAMIC_EXPRESSION

static final int START_DYNAMIC_EXPRESSION
另请参见:
常量字段值

START_DEFERRED_EXPRESSION

static final int START_DEFERRED_EXPRESSION
另请参见:
常量字段值

INTEGER_LITERAL

static final int INTEGER_LITERAL
另请参见:
常量字段值

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
另请参见:
常量字段值

EXPONENT

static final int EXPONENT
另请参见:
常量字段值

STRING_LITERAL

static final int STRING_LITERAL
另请参见:
常量字段值

BADLY_ESCAPED_STRING_LITERAL

static final int BADLY_ESCAPED_STRING_LITERAL
另请参见:
常量字段值

TRUE

static final int TRUE
另请参见:
常量字段值

FALSE

static final int FALSE
另请参见:
常量字段值

NULL

static final int NULL
另请参见:
常量字段值

END_EXPRESSION

static final int END_EXPRESSION
另请参见:
常量字段值

DOT

static final int DOT
另请参见:
常量字段值

LPAREN

static final int LPAREN
另请参见:
常量字段值

RPAREN

static final int RPAREN
另请参见:
常量字段值

LBRACK

static final int LBRACK
另请参见:
常量字段值

RBRACK

static final int RBRACK
另请参见:
常量字段值

COLON

static final int COLON
另请参见:
常量字段值

COMMA

static final int COMMA
另请参见:
常量字段值

GT0

static final int GT0
另请参见:
常量字段值

GT1

static final int GT1
另请参见:
常量字段值

LT0

static final int LT0
另请参见:
常量字段值

LT1

static final int LT1
另请参见:
常量字段值

GE0

static final int GE0
另请参见:
常量字段值

GE1

static final int GE1
另请参见:
常量字段值

LE0

static final int LE0
另请参见:
常量字段值

LE1

static final int LE1
另请参见:
常量字段值

EQ0

static final int EQ0
另请参见:
常量字段值

EQ1

static final int EQ1
另请参见:
常量字段值

NE0

static final int NE0
另请参见:
常量字段值

NE1

static final int NE1
另请参见:
常量字段值

NOT0

static final int NOT0
另请参见:
常量字段值

NOT1

static final int NOT1
另请参见:
常量字段值

AND0

static final int AND0
另请参见:
常量字段值

AND1

static final int AND1
另请参见:
常量字段值

OR0

static final int OR0
另请参见:
常量字段值

OR1

static final int OR1
另请参见:
常量字段值

EMPTY

static final int EMPTY
另请参见:
常量字段值

INSTANCEOF

static final int INSTANCEOF
另请参见:
常量字段值

MULT

static final int MULT
另请参见:
常量字段值

PLUS

static final int PLUS
另请参见:
常量字段值

MINUS

static final int MINUS
另请参见:
常量字段值

QUESTIONMARK

static final int QUESTIONMARK
另请参见:
常量字段值

DIV0

static final int DIV0
另请参见:
常量字段值

DIV1

static final int DIV1
另请参见:
常量字段值

MOD0

static final int MOD0
另请参见:
常量字段值

MOD1

static final int MOD1
另请参见:
常量字段值

IDENTIFIER

static final int IDENTIFIER
另请参见:
常量字段值

FUNCTIONSUFFIX

static final int FUNCTIONSUFFIX
另请参见:
常量字段值

IMPL_OBJ_START

static final int IMPL_OBJ_START
另请参见:
常量字段值

LETTER

static final int LETTER
另请参见:
常量字段值

DIGIT

static final int DIGIT
另请参见:
常量字段值

ILLEGAL_CHARACTER

static final int ILLEGAL_CHARACTER
另请参见:
常量字段值

DEFAULT

static final int DEFAULT
另请参见:
常量字段值

IN_EXPRESSION

static final int IN_EXPRESSION
另请参见:
常量字段值

tokenImage

static final String[] tokenImage


Copyright © 2006–2014 开源组织. All rights reserved.