org.sonatype.gshell.parser.impl
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants

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


Field Summary
static int COMMENT
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int OPAQUE_STRING
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WHITESPACE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

OPAQUE_STRING

static final int OPAQUE_STRING
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

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