public interface ZCompilerConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
ARG
RegularExpression Id.
|
static int |
ASYNC
RegularExpression Id.
|
static int |
CHARACTER
RegularExpression Id.
|
static int |
CLM
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
COMMENT_END
RegularExpression Id.
|
static int |
COMMENT_START
RegularExpression Id.
|
static int |
CONDITION
RegularExpression Id.
|
static int |
CONTEXT
RegularExpression Id.
|
static int |
DEC
RegularExpression Id.
|
static int |
DECIMAL
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DETERMINISTIC
RegularExpression Id.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIVIDE
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
E
RegularExpression Id.
|
static int |
ELSE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
EQUAL
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FIRST
RegularExpression Id.
|
static int |
FLOATING_POINT
RegularExpression Id.
|
static int |
FOR
RegularExpression Id.
|
static int |
FUNCTION
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
ID
RegularExpression Id.
|
static int |
IF
RegularExpression Id.
|
static int |
INC
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LBRACE
RegularExpression Id.
|
static int |
LBRACKET
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MATCHEXP
RegularExpression Id.
|
static int |
MEMORY
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MOD
RegularExpression Id.
|
static int |
MULTIPLY
RegularExpression Id.
|
static int |
NEQ
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
OCTAL_LITERAL
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
PI
RegularExpression Id.
|
static int |
PIPE
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
POW
RegularExpression Id.
|
static int |
RBRACE
RegularExpression Id.
|
static int |
RBRACKET
RegularExpression Id.
|
static int |
RETURN
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SAND
RegularExpression Id.
|
static int |
SCL
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
SLEEP
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
SWAP
RegularExpression Id.
|
static int |
SYNC
RegularExpression Id.
|
static int |
THROW
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
USE
RegularExpression Id.
|
static int |
XOR
RegularExpression Id.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int COMMENT_END
static final int COMMENT_START
static final int PLUS
static final int INC
static final int DEC
static final int MINUS
static final int MULTIPLY
static final int DIVIDE
static final int MOD
static final int POW
static final int AND
static final int SAND
static final int OR
static final int PIPE
static final int GT
static final int LT
static final int LE
static final int GE
static final int EQ
static final int NEQ
static final int XOR
static final int NOT
static final int CONDITION
static final int CLM
static final int EQUAL
static final int SCL
static final int LPAREN
static final int RPAREN
static final int LBRACE
static final int RBRACE
static final int LBRACKET
static final int RBRACKET
static final int COMMA
static final int DOT
static final int CONTEXT
static final int RETURN
static final int MEMORY
static final int SLEEP
static final int THROW
static final int FOR
static final int FUNCTION
static final int DETERMINISTIC
static final int SYNC
static final int ASYNC
static final int ARG
static final int TRUE
static final int FALSE
static final int NULL
static final int E
static final int PI
static final int FIRST
static final int IF
static final int ELSE
static final int SWAP
static final int USE
static final int DECIMAL
static final int INTEGER
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT
static final int EXPONENT
static final int CHARACTER
static final int STRING
static final int MATCHEXP
static final int ID
static final int LETTER
static final int DIGIT
static final int DEFAULT
static final String[] tokenImage
Copyright © 2018 SPF4J. All rights reserved.