RBNio
Interface AtomListParserConstants

All Known Implementing Classes:
AtomListParser, AtomListParserTokenManager

public interface AtomListParserConstants

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


Field Summary
static int ClosePar
          RegularExpression Id.
static int Constant
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EndLiteral
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int Name
          RegularExpression Id.
static int Not
          RegularExpression Id.
static int OpenPar
          RegularExpression Id.
static int Relation
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int WithinComment
          Lexical state.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

Name

static final int Name
RegularExpression Id.

See Also:
Constant Field Values

Relation

static final int Relation
RegularExpression Id.

See Also:
Constant Field Values

Constant

static final int Constant
RegularExpression Id.

See Also:
Constant Field Values

OpenPar

static final int OpenPar
RegularExpression Id.

See Also:
Constant Field Values

ClosePar

static final int ClosePar
RegularExpression Id.

See Also:
Constant Field Values

Not

static final int Not
RegularExpression Id.

See Also:
Constant Field Values

EndLiteral

static final int EndLiteral
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

WithinComment

static final int WithinComment
Lexical state.

See Also:
Constant Field Values

tokenImage

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