sleep.parser
Interface ParserConstants
- All Known Implementing Classes:
- CodeGenerator, TokenParser
public interface ParserConstants
EXPR_BLOCK
static final int EXPR_BLOCK
- See Also:
- Constant Field Values
EXPR_WHILE
static final int EXPR_WHILE
- See Also:
- Constant Field Values
EXPR_WHILE_SPECIAL
static final int EXPR_WHILE_SPECIAL
- See Also:
- Constant Field Values
EXPR_ASSIGNMENT
static final int EXPR_ASSIGNMENT
- See Also:
- Constant Field Values
EXPR_ASSIGNMENT_T
static final int EXPR_ASSIGNMENT_T
- See Also:
- Constant Field Values
EXPR_ASSIGNMENT_OP
static final int EXPR_ASSIGNMENT_OP
- See Also:
- Constant Field Values
EXPR_ASSIGNMENT_T_OP
static final int EXPR_ASSIGNMENT_T_OP
- See Also:
- Constant Field Values
EXPR_IF
static final int EXPR_IF
- See Also:
- Constant Field Values
EXPR_IF_ELSE
static final int EXPR_IF_ELSE
- See Also:
- Constant Field Values
EXPR_FOREACH
static final int EXPR_FOREACH
- See Also:
- Constant Field Values
EXPR_FOR
static final int EXPR_FOR
- See Also:
- Constant Field Values
EXPR_FOREACH_SPECIAL
static final int EXPR_FOREACH_SPECIAL
- See Also:
- Constant Field Values
EXPR_TRYCATCH
static final int EXPR_TRYCATCH
- See Also:
- Constant Field Values
EXPR_RETURN
static final int EXPR_RETURN
- See Also:
- Constant Field Values
EXPR_BREAK
static final int EXPR_BREAK
- See Also:
- Constant Field Values
EXPR_BIND
static final int EXPR_BIND
- See Also:
- Constant Field Values
EXPR_ESCAPE
static final int EXPR_ESCAPE
- See Also:
- Constant Field Values
EXPR_BIND_PRED
static final int EXPR_BIND_PRED
- See Also:
- Constant Field Values
EXPR_BIND_FILTER
static final int EXPR_BIND_FILTER
- See Also:
- Constant Field Values
EXPR_EVAL_STRING
static final int EXPR_EVAL_STRING
- See Also:
- Constant Field Values
EXPR_ASSERT
static final int EXPR_ASSERT
- See Also:
- Constant Field Values
IDEA_EXPR
static final int IDEA_EXPR
- See Also:
- Constant Field Values
IDEA_OPER
static final int IDEA_OPER
- See Also:
- Constant Field Values
IDEA_FUNC
static final int IDEA_FUNC
- See Also:
- Constant Field Values
IDEA_STRING
static final int IDEA_STRING
- See Also:
- Constant Field Values
IDEA_LITERAL
static final int IDEA_LITERAL
- See Also:
- Constant Field Values
IDEA_NUMBER
static final int IDEA_NUMBER
- See Also:
- Constant Field Values
IDEA_DOUBLE
static final int IDEA_DOUBLE
- See Also:
- Constant Field Values
IDEA_BOOLEAN
static final int IDEA_BOOLEAN
- See Also:
- Constant Field Values
IDEA_PROPERTY
static final int IDEA_PROPERTY
- See Also:
- Constant Field Values
IDEA_EXPR_I
static final int IDEA_EXPR_I
- See Also:
- Constant Field Values
IDEA_HASH_PAIR
static final int IDEA_HASH_PAIR
- See Also:
- Constant Field Values
IDEA_BLOCK
static final int IDEA_BLOCK
- See Also:
- Constant Field Values
IDEA_CLASS
static final int IDEA_CLASS
- See Also:
- Constant Field Values
OBJECT_NEW
static final int OBJECT_NEW
- See Also:
- Constant Field Values
OBJECT_ACCESS
static final int OBJECT_ACCESS
- See Also:
- Constant Field Values
OBJECT_ACCESS_S
static final int OBJECT_ACCESS_S
- See Also:
- Constant Field Values
OBJECT_IMPORT
static final int OBJECT_IMPORT
- See Also:
- Constant Field Values
OBJECT_CL_CALL
static final int OBJECT_CL_CALL
- See Also:
- Constant Field Values
VALUE_SCALAR
static final int VALUE_SCALAR
- See Also:
- Constant Field Values
VALUE_SCALAR_REFERENCE
static final int VALUE_SCALAR_REFERENCE
- See Also:
- Constant Field Values
VALUE_INDEXED
static final int VALUE_INDEXED
- See Also:
- Constant Field Values
PRED_BI
static final int PRED_BI
- See Also:
- Constant Field Values
PRED_UNI
static final int PRED_UNI
- See Also:
- Constant Field Values
PRED_OR
static final int PRED_OR
- See Also:
- Constant Field Values
PRED_AND
static final int PRED_AND
- See Also:
- Constant Field Values
PRED_EXPR
static final int PRED_EXPR
- See Also:
- Constant Field Values
PRED_IDEA
static final int PRED_IDEA
- See Also:
- Constant Field Values
HACK_INC
static final int HACK_INC
- See Also:
- Constant Field Values
HACK_DEC
static final int HACK_DEC
- See Also:
- Constant Field Values