spiglet.parser
Interface SpigletParserConstants

All Known Implementing Classes:
SpigletParser, SpigletParserTokenManager

public interface SpigletParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AND
          RegularExpression Id.
static int ARG
          RegularExpression Id.
static int BEGIN
          RegularExpression Id.
static int CALL
          RegularExpression Id.
static int CJUMP
          RegularExpression Id.
static int CODE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int END
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int ERROR
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int HALLOCATE
          RegularExpression Id.
static int HLOAD
          RegularExpression Id.
static int HSTORE
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int JUMP
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LSQPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MAIN
          RegularExpression Id.
static int MEM
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MOVE
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NOOP
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PRINT
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RSQPAREN
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int TEMP
          RegularExpression Id.
static int TIMES
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

LSQPAREN

static final int LSQPAREN
RegularExpression Id.

See Also:
Constant Field Values

RSQPAREN

static final int RSQPAREN
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

TIMES

static final int TIMES
RegularExpression Id.

See Also:
Constant Field Values

MAIN

static final int MAIN
RegularExpression Id.

See Also:
Constant Field Values

CODE

static final int CODE
RegularExpression Id.

See Also:
Constant Field Values

HALLOCATE

static final int HALLOCATE
RegularExpression Id.

See Also:
Constant Field Values

END

static final int END
RegularExpression Id.

See Also:
Constant Field Values

NOOP

static final int NOOP
RegularExpression Id.

See Also:
Constant Field Values

MOVE

static final int MOVE
RegularExpression Id.

See Also:
Constant Field Values

CALL

static final int CALL
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

PRINT

static final int PRINT
RegularExpression Id.

See Also:
Constant Field Values

BEGIN

static final int BEGIN
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

JUMP

static final int JUMP
RegularExpression Id.

See Also:
Constant Field Values

CJUMP

static final int CJUMP
RegularExpression Id.

See Also:
Constant Field Values

HSTORE

static final int HSTORE
RegularExpression Id.

See Also:
Constant Field Values

HLOAD

static final int HLOAD
RegularExpression Id.

See Also:
Constant Field Values

MEM

static final int MEM
RegularExpression Id.

See Also:
Constant Field Values

TEMP

static final int TEMP
RegularExpression Id.

See Also:
Constant Field Values

ARG

static final int ARG
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.