dspl.frontend
Interface ParserTokensTokenTypes

All Known Implementing Classes:
DSPLByte, DSPLComplex, DSPLFloat, DSPLInteger, DSPLLexer, DSPLParser, DSPLString, DSPLUByte, DSPLUInteger, SymbolTable, Variable

public interface ParserTokensTokenTypes


Field Summary
static int ASSIGN
           
static int COMMA
           
static int COMMENT
           
static int DECLS
           
static int DIGITS
           
static int DIV
           
static int DOT
           
static int EOF
           
static int EQ
           
static int GE
           
static int GT
           
static int ID
           
static int LBRACE
           
static int LBRACK
           
static int LE
           
static int LITERAL_byte
           
static int LITERAL_byte_array
           
static int LITERAL_ccall
           
static int LITERAL_complex
           
static int LITERAL_complex_array
           
static int LITERAL_else
           
static int LITERAL_float
           
static int LITERAL_float_array
           
static int LITERAL_for
           
static int LITERAL_if
           
static int LITERAL_int
           
static int LITERAL_int_array
           
static int LITERAL_string
           
static int LITERAL_ubyte
           
static int LITERAL_ubyte_array
           
static int LITERAL_uint
           
static int LITERAL_uint_array
           
static int LITERAL_while
           
static int LPAREN
           
static int LT
           
static int MINUS
           
static int MUL
           
static int NE
           
static int NEGATE
           
static int NEWLINE
           
static int NULL_TREE_LOOKAHEAD
           
static int NUM
           
static int PLUS
           
static int PROGRAM
           
static int RBRACE
           
static int RBRACK
           
static int REAL
           
static int RPAREN
           
static int SEMI
           
static int STRING
           
static int TILDE
           
static int WS
           
 

Field Detail

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