Package org.spf4j.zel.vm
Interface ZCompilerConstants
-
- All Known Implementing Classes:
ZCompiler,ZCompilerTokenManager
public interface ZCompilerConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANDRegularExpression Id.static intARGRegularExpression Id.static intASYNCRegularExpression Id.static intCASE_INSRegularExpression Id.static intCDOTRegularExpression Id.static intCHARACTERRegularExpression Id.static intCLBRACKETRegularExpression Id.static intCLMRegularExpression Id.static intCOMMARegularExpression Id.static intCOMMENT_ENDRegularExpression Id.static intCOMMENT_STARTRegularExpression Id.static intCONDITIONRegularExpression Id.static intCONTEXTRegularExpression Id.static intDECRegularExpression Id.static intDECIMALRegularExpression Id.static intDECIMAL_LITERALRegularExpression Id.static intDEFAULTLexical state.static intDETERMINISTICRegularExpression Id.static intDIGITRegularExpression Id.static intDIVIDERegularExpression Id.static intDOTRegularExpression Id.static intERegularExpression Id.static intELSERegularExpression Id.static intEOFEnd of File.static intEQRegularExpression Id.static intEQUALRegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFIRSTRegularExpression Id.static intFLOATING_POINTRegularExpression Id.static intFORRegularExpression Id.static intFUNCTIONRegularExpression Id.static intGERegularExpression Id.static intGTRegularExpression Id.static intHEX_LITERALRegularExpression Id.static intIDRegularExpression Id.static intIFRegularExpression Id.static intINCRegularExpression Id.static intINTEGERRegularExpression Id.static intLBRACERegularExpression Id.static intLBRACKETRegularExpression Id.static intLERegularExpression Id.static intLETTERRegularExpression Id.static intLIKERegularExpression Id.static intLPARENRegularExpression Id.static intLTRegularExpression Id.static intMATCHEXPRegularExpression Id.static intMEMORYRegularExpression Id.static intMINUSRegularExpression Id.static intMODRegularExpression Id.static intMULTI_LINERegularExpression Id.static intMULTIPLYRegularExpression Id.static intNEQRegularExpression Id.static intNOTRegularExpression Id.static intNULLRegularExpression Id.static intOCTAL_LITERALRegularExpression Id.static intORRegularExpression Id.static intPIRegularExpression Id.static intPIPERegularExpression Id.static intPLUSRegularExpression Id.static intPOWRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKETRegularExpression Id.static intRETURNRegularExpression Id.static intRPARENRegularExpression Id.static intSANDRegularExpression Id.static intSCLRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSLEEPRegularExpression Id.static intSTRINGRegularExpression Id.static intSWAPRegularExpression Id.static intSYNCRegularExpression Id.static intTHROWRegularExpression Id.static String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intUSERegularExpression Id.static intXORRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_END
static final int COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_START
static final int COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
INC
static final int INC
RegularExpression Id.- See Also:
- Constant Field Values
-
DEC
static final int DEC
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
POW
static final int POW
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
CASE_INS
static final int CASE_INS
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE
static final int MULTI_LINE
RegularExpression Id.- See Also:
- Constant Field Values
-
SAND
static final int SAND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
RegularExpression Id.- See Also:
- Constant Field Values
-
PIPE
static final int PIPE
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
NEQ
static final int NEQ
RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
CONDITION
static final int CONDITION
RegularExpression Id.- See Also:
- Constant Field Values
-
CLM
static final int CLM
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
SCL
static final int SCL
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLBRACKET
static final int CLBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
CDOT
static final int CDOT
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTEXT
static final int CONTEXT
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
RegularExpression Id.- See Also:
- Constant Field Values
-
MEMORY
static final int MEMORY
RegularExpression Id.- See Also:
- Constant Field Values
-
SLEEP
static final int SLEEP
RegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROW
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
DETERMINISTIC
static final int DETERMINISTIC
RegularExpression Id.- See Also:
- Constant Field Values
-
SYNC
static final int SYNC
RegularExpression Id.- See Also:
- Constant Field Values
-
ASYNC
static final int ASYNC
RegularExpression Id.- See Also:
- Constant Field Values
-
ARG
static final int ARG
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
E
static final int E
RegularExpression Id.- See Also:
- Constant Field Values
-
PI
static final int PI
RegularExpression Id.- See Also:
- Constant Field Values
-
FIRST
static final int FIRST
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
SWAP
static final int SWAP
RegularExpression Id.- See Also:
- Constant Field Values
-
USE
static final int USE
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT
static final int FLOATING_POINT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER
static final int CHARACTER
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
MATCHEXP
static final int MATCHEXP
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-