kanga.parser
Interface KangaParserConstants

All Known Implementing Classes:
KangaParser, KangaParserTokenManager

public interface KangaParserConstants

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


Field Summary
static int a0
          RegularExpression Id.
static int a1
          RegularExpression Id.
static int a2
          RegularExpression Id.
static int a3
          RegularExpression Id.
static int ALOAD
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ARG
          RegularExpression Id.
static int ASTORE
          RegularExpression Id.
static int at
          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 fp
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int gp
          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 k0
          RegularExpression Id.
static int k1
          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 PASSARG
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PRINT
          RegularExpression Id.
static int ra
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RSQPAREN
          RegularExpression Id.
static int s0
          RegularExpression Id.
static int s1
          RegularExpression Id.
static int s2
          RegularExpression Id.
static int s3
          RegularExpression Id.
static int s4
          RegularExpression Id.
static int s5
          RegularExpression Id.
static int s6
          RegularExpression Id.
static int s7
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int sp
          RegularExpression Id.
static int SPILLEDARG
          RegularExpression Id.
static int t0
          RegularExpression Id.
static int t1
          RegularExpression Id.
static int t2
          RegularExpression Id.
static int t3
          RegularExpression Id.
static int t4
          RegularExpression Id.
static int t5
          RegularExpression Id.
static int t6
          RegularExpression Id.
static int t7
          RegularExpression Id.
static int t8
          RegularExpression Id.
static int t9
          RegularExpression Id.
static int TEMP
          RegularExpression Id.
static int TIMES
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int v0
          RegularExpression Id.
static int v1
          RegularExpression Id.
static int ZERO
          RegularExpression Id.
 

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

SPILLEDARG

static final int SPILLEDARG
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

ALOAD

static final int ALOAD
RegularExpression Id.

See Also:
Constant Field Values

ASTORE

static final int ASTORE
RegularExpression Id.

See Also:
Constant Field Values

PASSARG

static final int PASSARG
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

ZERO

static final int ZERO
RegularExpression Id.

See Also:
Constant Field Values

at

static final int at
RegularExpression Id.

See Also:
Constant Field Values

v0

static final int v0
RegularExpression Id.

See Also:
Constant Field Values

v1

static final int v1
RegularExpression Id.

See Also:
Constant Field Values

a0

static final int a0
RegularExpression Id.

See Also:
Constant Field Values

a1

static final int a1
RegularExpression Id.

See Also:
Constant Field Values

a2

static final int a2
RegularExpression Id.

See Also:
Constant Field Values

a3

static final int a3
RegularExpression Id.

See Also:
Constant Field Values

t0

static final int t0
RegularExpression Id.

See Also:
Constant Field Values

t1

static final int t1
RegularExpression Id.

See Also:
Constant Field Values

t2

static final int t2
RegularExpression Id.

See Also:
Constant Field Values

t3

static final int t3
RegularExpression Id.

See Also:
Constant Field Values

t4

static final int t4
RegularExpression Id.

See Also:
Constant Field Values

t5

static final int t5
RegularExpression Id.

See Also:
Constant Field Values

t6

static final int t6
RegularExpression Id.

See Also:
Constant Field Values

t7

static final int t7
RegularExpression Id.

See Also:
Constant Field Values

s0

static final int s0
RegularExpression Id.

See Also:
Constant Field Values

s1

static final int s1
RegularExpression Id.

See Also:
Constant Field Values

s2

static final int s2
RegularExpression Id.

See Also:
Constant Field Values

s3

static final int s3
RegularExpression Id.

See Also:
Constant Field Values

s4

static final int s4
RegularExpression Id.

See Also:
Constant Field Values

s5

static final int s5
RegularExpression Id.

See Also:
Constant Field Values

s6

static final int s6
RegularExpression Id.

See Also:
Constant Field Values

s7

static final int s7
RegularExpression Id.

See Also:
Constant Field Values

t8

static final int t8
RegularExpression Id.

See Also:
Constant Field Values

t9

static final int t9
RegularExpression Id.

See Also:
Constant Field Values

k0

static final int k0
RegularExpression Id.

See Also:
Constant Field Values

k1

static final int k1
RegularExpression Id.

See Also:
Constant Field Values

gp

static final int gp
RegularExpression Id.

See Also:
Constant Field Values

sp

static final int sp
RegularExpression Id.

See Also:
Constant Field Values

fp

static final int fp
RegularExpression Id.

See Also:
Constant Field Values

ra

static final int ra
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.