ua.gradsoft.termware.parsers.terms
Interface TermReaderConstants
- All Known Implementing Classes:
- TermReader, TermReaderTokenManager
public interface TermReaderConstants
EOF
static final int EOF
- 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
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
DOUBLE_LITERAL
static final int DOUBLE_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
NIL
static final int NIL
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
X_LITERAL
static final int X_LITERAL
- See Also:
- Constant Field Values
LEFT_ARROW
static final int LEFT_ARROW
- See Also:
- Constant Field Values
LOGICAL_OR
static final int LOGICAL_OR
- See Also:
- Constant Field Values
LOGICAL_AND
static final int LOGICAL_AND
- See Also:
- Constant Field Values
BIT_OR
static final int BIT_OR
- See Also:
- Constant Field Values
BIT_AND
static final int BIT_AND
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NEQ
static final int NEQ
- See Also:
- Constant Field Values
LESS
static final int LESS
- See Also:
- Constant Field Values
GREATER
static final int GREATER
- See Also:
- Constant Field Values
LESS_EQ
static final int LESS_EQ
- See Also:
- Constant Field Values
GREATER_EQ
static final int GREATER_EQ
- See Also:
- Constant Field Values
EQ_GREATER
static final int EQ_GREATER
- See Also:
- Constant Field Values
LEFT_SHIFT
static final int LEFT_SHIFT
- See Also:
- Constant Field Values
RIGHT_SHIFT
static final int RIGHT_SHIFT
- 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
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
TWO_DIVIDE
static final int TWO_DIVIDE
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
LOGICAL_NOT
static final int LOGICAL_NOT
- See Also:
- Constant Field Values
BIT_NEGATE
static final int BIT_NEGATE
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
TWO_DOTS
static final int TWO_DOTS
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
TWO_TWO_DOTS
static final int TWO_TWO_DOTS
- See Also:
- Constant Field Values
ARGS_DOTS
static final int ARGS_DOTS
- See Also:
- Constant Field Values
NAMPERSAND
static final int NAMPERSAND
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage