org.apache.geronimo.gshell.parser
Interface CommandLineParserConstants

All Known Implementing Classes:
CommandLineParser, CommandLineParserTokenManager

public interface CommandLineParserConstants

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 PIPE
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

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

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

PIPE

static final int PIPE
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 © 2006-2009 The Apache Software Foundation. All Rights Reserved.