edu.neu.ccs.demeterf.http.classes
Interface TheParserConstants

All Known Implementing Classes:
TheParserTokenManager

public interface TheParserConstants

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


Field Summary
static int CHAR
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOUBLE
          RegularExpression Id.
static int EOF
          End of File.
static int EXPON
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int TEXT
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

EXPON

static final int EXPON
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

TEXT

static final int TEXT
RegularExpression Id.

See Also:
Constant Field Values

IDENT

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