dspl.frontend
Interface ParserTokensTokenTypes
- All Known Implementing Classes:
- DSPLByte, DSPLComplex, DSPLFloat, DSPLInteger, DSPLLexer, DSPLParser, DSPLString, DSPLUByte, DSPLUInteger, SymbolTable, Variable
public interface ParserTokensTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
NEGATE
static final int NEGATE
- See Also:
- Constant Field Values
DECLS
static final int DECLS
- See Also:
- Constant Field Values
PROGRAM
static final int PROGRAM
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LITERAL_string
static final int LITERAL_string
- See Also:
- Constant Field Values
LITERAL_int
static final int LITERAL_int
- See Also:
- Constant Field Values
LITERAL_uint
static final int LITERAL_uint
- See Also:
- Constant Field Values
LITERAL_byte
static final int LITERAL_byte
- See Also:
- Constant Field Values
LITERAL_ubyte
static final int LITERAL_ubyte
- See Also:
- Constant Field Values
LITERAL_float
static final int LITERAL_float
- See Also:
- Constant Field Values
LITERAL_complex
static final int LITERAL_complex
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
LITERAL_complex_array
static final int LITERAL_complex_array
- See Also:
- Constant Field Values
LITERAL_int_array
static final int LITERAL_int_array
- See Also:
- Constant Field Values
LITERAL_uint_array
static final int LITERAL_uint_array
- See Also:
- Constant Field Values
LITERAL_byte_array
static final int LITERAL_byte_array
- See Also:
- Constant Field Values
LITERAL_ubyte_array
static final int LITERAL_ubyte_array
- See Also:
- Constant Field Values
LITERAL_float_array
static final int LITERAL_float_array
- See Also:
- Constant Field Values
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
NUM
static final int NUM
- See Also:
- Constant Field Values
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
LITERAL_if
static final int LITERAL_if
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LITERAL_else
static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_while
static final int LITERAL_while
- See Also:
- Constant Field Values
LITERAL_for
static final int LITERAL_for
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LITERAL_ccall
static final int LITERAL_ccall
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
GE
static final int GE
- 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
MUL
static final int MUL
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
REAL
static final int REAL
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
DIGITS
static final int DIGITS
- See Also:
- Constant Field Values
TILDE
static final int TILDE
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values