net.hydromatic.clapham.parser.bnf
Interface BnfParserConstants

All Known Implementing Classes:
BnfParser, BnfParserTokenManager

public interface BnfParserConstants

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


Field Summary
static int ASTERISK
          RegularExpression Id.
static int BAR
          RegularExpression Id.
static int BRACKETED_IDENTIFIER
          RegularExpression Id.
static int COLCOLEQ
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int HOOK
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int IN_SINGLE_LINE_COMMENT
          Lexical state.
static int LETTER
          RegularExpression Id.
static int LITERAL
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int QUOT
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          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

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

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

HOOK

static final int HOOK
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
RegularExpression Id.

See Also:
Constant Field Values

COLCOLEQ

static final int COLCOLEQ
RegularExpression Id.

See Also:
Constant Field Values

BAR

static final int BAR
RegularExpression Id.

See Also:
Constant Field Values

QUOT

static final int QUOT
RegularExpression Id.

See Also:
Constant Field Values

BRACKETED_IDENTIFIER

static final int BRACKETED_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LITERAL

static final int LITERAL
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.


SourceForge.net_Logo