org.nnsoft.commons.bspi
Interface ServiceFileParserConstants

All Known Implementing Classes:
ServiceFileParserTokenManager

public interface ServiceFileParserConstants

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


Field Summary
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int IDENTIFIER
          RegularExpression Id.
static int IN_SINGLE_LINE_COMMENT
          Lexical state.
static int LETTER
          RegularExpression Id.
static int QUALIFIED_NAME
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

QUALIFIED_NAME

static final int QUALIFIED_NAME
RegularExpression Id.

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

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

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2010-2011 99 Software Foundation. All Rights Reserved.