edu.udo.cs.ie.cowbots.elp.testparser
Interface ELPParserConstants

Package class diagram package ELPParserConstants
All Known Implementing Classes:
ELPParser, ELPParserTokenManager

public interface ELPParserConstants

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


Field Summary
static int AGGREG
          RegularExpression Id.
static int ARITH
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMP
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int INT
          RegularExpression Id.
static int LBRA
          RegularExpression Id.
static int MAXINT
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int RAUTE
          RegularExpression Id.
static int RBRA
          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

RAUTE

static final int RAUTE
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

MAXINT

static final int MAXINT
RegularExpression Id.

See Also:
Constant Field Values

AGGREG

static final int AGGREG
RegularExpression Id.

See Also:
Constant Field Values

LBRA

static final int LBRA
RegularExpression Id.

See Also:
Constant Field Values

RBRA

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

COMP

static final int COMP
RegularExpression Id.

See Also:
Constant Field Values

ARITH

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