org.geworkbench.engine.cascript
Interface CASWalkerTokenTypes
- All Known Implementing Classes:
- CASWalker
public interface CASWalkerTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
BOOLSTR
static final int BOOLSTR
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
MODULE
static final int MODULE
- See Also:
- Constant Field Values
DATATYPE
static final int DATATYPE
- See Also:
- Constant Field Values
IFSTR
static final int IFSTR
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
WHILESTR
static final int WHILESTR
- See Also:
- Constant Field Values
FORSTR
static final int FORSTR
- See Also:
- Constant Field Values
RETURNSTR
static final int RETURNSTR
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
PUBLIC
static final int PUBLIC
- See Also:
- Constant Field Values
FUNC
static final int FUNC
- See Also:
- Constant Field Values
BREAK
static final int BREAK
- See Also:
- Constant Field Values
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
LET
static final int LET
- See Also:
- Constant Field Values
VOID
static final int VOID
- See Also:
- Constant Field Values
WAIT
static final int WAIT
- See Also:
- Constant Field Values
NEW
static final int NEW
- See Also:
- Constant Field Values
PRINT
static final int PRINT
- See Also:
- Constant Field Values
NUM_INT
static final int NUM_INT
- See Also:
- Constant Field Values
NUM_FLOAT
static final int NUM_FLOAT
- See Also:
- Constant Field Values
PERIOD
static final int PERIOD
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
POUND
static final int POUND
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
MODULO
static final int MODULO
- See Also:
- Constant Field Values
TIMES
static final int TIMES
- See Also:
- Constant Field Values
LESS
static final int LESS
- See Also:
- Constant Field Values
LESSEQUAL
static final int LESSEQUAL
- See Also:
- Constant Field Values
MORE
static final int MORE
- See Also:
- Constant Field Values
MOREEQUAL
static final int MOREEQUAL
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
EQUALTO
static final int EQUALTO
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
NOTEQUAL
static final int NOTEQUAL
- See Also:
- Constant Field Values
PLUSPLUS
static final int PLUSPLUS
- See Also:
- Constant Field Values
MINUSMINUS
static final int MINUSMINUS
- See Also:
- Constant Field Values
LEFTPAREN
static final int LEFTPAREN
- See Also:
- Constant Field Values
RIGHTPAREN
static final int RIGHTPAREN
- See Also:
- Constant Field Values
LEFTBRACKET
static final int LEFTBRACKET
- See Also:
- Constant Field Values
RIGHTBRACKET
static final int RIGHTBRACKET
- See Also:
- Constant Field Values
LEFTBRACE
static final int LEFTBRACE
- See Also:
- Constant Field Values
RIGHTBRACE
static final int RIGHTBRACE
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
Number
static final int Number
- See Also:
- Constant Field Values
Exponent
static final int Exponent
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values
String
static final int String
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
PROG
static final int PROG
- See Also:
- Constant Field Values
PUBLICVAR
static final int PUBLICVAR
- See Also:
- Constant Field Values
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
TYPE
static final int TYPE
- See Also:
- Constant Field Values
INDEX
static final int INDEX
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
ASSIGNVALUE
static final int ASSIGNVALUE
- See Also:
- Constant Field Values
ARGS
static final int ARGS
- See Also:
- Constant Field Values
OBJECT_VALUE
static final int OBJECT_VALUE
- See Also:
- Constant Field Values
OBJECT_CALL
static final int OBJECT_CALL
- See Also:
- Constant Field Values
NEGATION
static final int NEGATION
- See Also:
- Constant Field Values
CALL_FUNCTION
static final int CALL_FUNCTION
- See Also:
- Constant Field Values
ASSIGNMENT
static final int ASSIGNMENT
- See Also:
- Constant Field Values
RETURN_VAL
static final int RETURN_VAL
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
FUNCTION_CALL
static final int FUNCTION_CALL
- See Also:
- Constant Field Values
CONDITION
static final int CONDITION
- See Also:
- Constant Field Values
MODULECALL
static final int MODULECALL
- See Also:
- Constant Field Values
FORLEFT
static final int FORLEFT
- See Also:
- Constant Field Values
FORMID
static final int FORMID
- See Also:
- Constant Field Values
FORRIGHT
static final int FORRIGHT
- See Also:
- Constant Field Values
FORBODY
static final int FORBODY
- See Also:
- Constant Field Values
INCAFTER
static final int INCAFTER
- See Also:
- Constant Field Values
INCBEFORE
static final int INCBEFORE
- See Also:
- Constant Field Values
DECAFTER
static final int DECAFTER
- See Also:
- Constant Field Values
DECBEFORE
static final int DECBEFORE
- See Also:
- Constant Field Values
DECLARETYPE
static final int DECLARETYPE
- See Also:
- Constant Field Values
FUNCTIONBODY
static final int FUNCTIONBODY
- See Also:
- Constant Field Values
ARGDEC
static final int ARGDEC
- See Also:
- Constant Field Values
STATEMENTS
static final int STATEMENTS
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LITERAL_boolean
static final int LITERAL_boolean
- See Also:
- Constant Field Values