minijava.parser
Interface MJParserConstants

All Known Implementing Classes:
MJParser, MJParserTokenManager

public interface MJParserConstants

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


Field Summary
static int AND
          RegularExpression Id.
static int ASSIGN
          RegularExpression Id.
static int BOOLEAN
          RegularExpression Id.
static int CLASS
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int EOF
          End of File.
static int EXTENDS
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int INTERFACE
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LENGTH
          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 MINUS
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NEW
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PRINT
          RegularExpression Id.
static int PUBLIC
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RSQPAREN
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STATIC
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int THIS
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int VOID
          RegularExpression Id.
static int WHILE
          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

LSQPAREN

static final int LSQPAREN
RegularExpression Id.

See Also:
Constant Field Values

RSQPAREN

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

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
RegularExpression Id.

See Also:
Constant Field Values

LT

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

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
RegularExpression Id.

See Also:
Constant Field Values

CLASS

static final int CLASS
RegularExpression Id.

See Also:
Constant Field Values

INTERFACE

static final int INTERFACE
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

EXTENDS

static final int EXTENDS
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

LENGTH

static final int LENGTH
RegularExpression Id.

See Also:
Constant Field Values

MAIN

static final int MAIN
RegularExpression Id.

See Also:
Constant Field Values

NEW

static final int NEW
RegularExpression Id.

See Also:
Constant Field Values

PUBLIC

static final int PUBLIC
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

STATIC

static final int STATIC
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

THIS

static final int THIS
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

PRINT

static final int PRINT
RegularExpression Id.

See Also:
Constant Field Values

VOID

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