uk.ac.gla.dcs.renaissance.iqir.parser
Interface IQIRParserConstants

All Known Implementing Classes:
IQIRParser, IQIRParserTokenManager

public interface IQIRParserConstants

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


Field Summary
static int ALPHANUMERICS
          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 LBRACKET
          RegularExpression Id.
static int LCURLY
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LETTERDIGITEXTRAS
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int QUOTES
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int RCURLY
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int XML_NAME
          RegularExpression Id.
static int XML_NAMECHAR
          RegularExpression Id.
static int XML_TAG
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

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

LCURLY

static final int LCURLY
RegularExpression Id.

See Also:
Constant Field Values

RCURLY

static final int RCURLY
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

QUOTES

static final int QUOTES
RegularExpression Id.

See Also:
Constant Field Values

ALPHANUMERICS

static final int ALPHANUMERICS
RegularExpression Id.

See Also:
Constant Field Values

XML_TAG

static final int XML_TAG
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

LETTERDIGITEXTRAS

static final int LETTERDIGITEXTRAS
RegularExpression Id.

See Also:
Constant Field Values

XML_NAME

static final int XML_NAME
RegularExpression Id.

See Also:
Constant Field Values

XML_NAMECHAR

static final int XML_NAMECHAR
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 © 2011. All Rights Reserved.