net.sourceforge.cilib.type.parser
Interface DomainParserConstants

All Known Implementing Classes:
DomainParser, DomainParserTokenManager

public interface DomainParserConstants

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


Field Summary
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int EXPONENT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int POSITIVE_INTEGER
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TYPE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

POSITIVE_INTEGER

static final int POSITIVE_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

TYPE

static final int TYPE
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2009 CIRG. All Rights Reserved.