edu.udo.cs.ie.cowbots.elpParser
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 ARITHOP
          RegularExpression Id.
static int CHAR
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMPOP
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int IMPLICATION
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LOWERCASE
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int NAF
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NEG
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PERIOD
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int UPPERCASE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

ARITHOP

static final int ARITHOP
RegularExpression Id.

See Also:
Constant Field Values

COMPOP

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

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

PERIOD

static final int PERIOD
RegularExpression Id.

See Also:
Constant Field Values

IMPLICATION

static final int IMPLICATION
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NEG

static final int NEG
RegularExpression Id.

See Also:
Constant Field Values

NAF

static final int NAF
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

LOWERCASE

static final int LOWERCASE
RegularExpression Id.

See Also:
Constant Field Values

UPPERCASE

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