edu.illinois.imunit.internal.parsing
Interface ScheduleParserConstants

All Known Implementing Classes:
ScheduleParser, ScheduleParserTokenManager

public interface ScheduleParserConstants

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


Field Summary
static int ARROW
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int LBRAC
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LPARAN
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int RBRAC
          RegularExpression Id.
static int RPARAN
          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

ARROW

static final int ARROW
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

LBRAC

static final int LBRAC
RegularExpression Id.

See Also:
Constant Field Values

RBRAC

static final int RBRAC
RegularExpression Id.

See Also:
Constant Field Values

LPARAN

static final int LPARAN
RegularExpression Id.

See Also:
Constant Field Values

RPARAN

static final int RPARAN
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

LETTER

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



Copyright © 2011 University of Illinois at Urbana-Champaign. All Rights Reserved.