org.quattor.pan.parser.annotation
Interface AnnotationParserConstants

All Known Implementing Classes:
AnnotationParser, AnnotationParserTokenManager

public interface AnnotationParserConstants

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


Field Summary
static int DEFAULT
          Lexical state.
static int DOUBLE_QUOTED_STRING
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int ERROR
          RegularExpression Id.
static int KEY
          RegularExpression Id.
static int SINGLE_QUOTED_STRING
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int VALUE
          RegularExpression Id.
static int VSEARCH
          Lexical state.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

KEY

static final int KEY
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_QUOTED_STRING

static final int SINGLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_QUOTED_STRING

static final int DOUBLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

VALUE

static final int VALUE
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

VSEARCH

static final int VSEARCH
Lexical state.

See Also:
Constant Field Values

tokenImage

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



Copyright © 2011 Quattor. All Rights Reserved.