public interface LuaParserConstants
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AND
RegularExpression Id.
|
static int |
BREAK
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CHARSTRING
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
DBCOLON
RegularExpression Id.
|
static int |
DECIMAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DO
RegularExpression Id.
|
static int |
ELSE
RegularExpression Id.
|
static int |
ELSEIF
RegularExpression Id.
|
static int |
END
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXP
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FLOAT
RegularExpression Id.
|
static int |
FNUM
RegularExpression Id.
|
static int |
FOR
RegularExpression Id.
|
static int |
FUNCTION
RegularExpression Id.
|
static int |
GOTO
RegularExpression Id.
|
static int |
HEX
RegularExpression Id.
|
static int |
HEXDIGIT
RegularExpression Id.
|
static int |
HEXEXP
RegularExpression Id.
|
static int |
HEXNUM
RegularExpression Id.
|
static int |
IF
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
IN_COMMENT
Lexical state.
|
static int |
IN_LC0
Lexical state.
|
static int |
IN_LC1
Lexical state.
|
static int |
IN_LC2
Lexical state.
|
static int |
IN_LC3
Lexical state.
|
static int |
IN_LCN
Lexical state.
|
static int |
IN_LS0
Lexical state.
|
static int |
IN_LS1
Lexical state.
|
static int |
IN_LS2
Lexical state.
|
static int |
IN_LS3
Lexical state.
|
static int |
IN_LSN
Lexical state.
|
static int |
LF
RegularExpression Id.
|
static int |
LOCAL
RegularExpression Id.
|
static int |
LONGCOMMENT0
RegularExpression Id.
|
static int |
LONGCOMMENT1
RegularExpression Id.
|
static int |
LONGCOMMENT2
RegularExpression Id.
|
static int |
LONGCOMMENT3
RegularExpression Id.
|
static int |
LONGCOMMENTN
RegularExpression Id.
|
static int |
LONGSTRING0
RegularExpression Id.
|
static int |
LONGSTRING1
RegularExpression Id.
|
static int |
LONGSTRING2
RegularExpression Id.
|
static int |
LONGSTRING3
RegularExpression Id.
|
static int |
LONGSTRINGN
RegularExpression Id.
|
static int |
NAME
RegularExpression Id.
|
static int |
NIL
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
QUOTED
RegularExpression Id.
|
static int |
REPEAT
RegularExpression Id.
|
static int |
RETURN
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
THEN
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
UNICODE
RegularExpression Id.
|
static int |
UNTIL
RegularExpression Id.
|
static int |
WHILE
RegularExpression Id.
|
static final int EOF
static final int COMMENT
static final int LONGCOMMENT0
static final int LONGCOMMENT1
static final int LONGCOMMENT2
static final int LONGCOMMENT3
static final int LONGCOMMENTN
static final int LONGSTRING0
static final int LONGSTRING1
static final int LONGSTRING2
static final int LONGSTRING3
static final int LONGSTRINGN
static final int AND
static final int BREAK
static final int DO
static final int ELSE
static final int ELSEIF
static final int END
static final int FALSE
static final int FOR
static final int FUNCTION
static final int GOTO
static final int IF
static final int IN
static final int LOCAL
static final int NIL
static final int NOT
static final int OR
static final int RETURN
static final int REPEAT
static final int THEN
static final int TRUE
static final int UNTIL
static final int WHILE
static final int NAME
static final int NUMBER
static final int FLOAT
static final int FNUM
static final int DIGIT
static final int EXP
static final int HEX
static final int HEXNUM
static final int HEXDIGIT
static final int HEXEXP
static final int STRING
static final int CHARSTRING
static final int QUOTED
static final int DECIMAL
static final int DBCOLON
static final int UNICODE
static final int CHAR
static final int LF
static final int DEFAULT
static final int IN_COMMENT
static final int IN_LC0
static final int IN_LC1
static final int IN_LC2
static final int IN_LC3
static final int IN_LCN
static final int IN_LS0
static final int IN_LS1
static final int IN_LS2
static final int IN_LS3
static final int IN_LSN
static final String[] tokenImage
Copyright © 2020. All rights reserved.