Apache Tomcat 7.0.28

org.apache.tomcat.util.http.parser
Interface HttpParserConstants

All Known Implementing Classes:
HttpParser, HttpParserTokenManager

public interface HttpParserConstants

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


Field Summary
static int CHAR
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int END_QUOTE
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int FORWARD_SLASH
          RegularExpression Id.
static int HT
          RegularExpression Id.
static int HTTP_TOKEN
          RegularExpression Id.
static int HTTP_TOKEN_CHAR
          RegularExpression Id.
static int IN_QUOTED_TEXT
          Lexical state.
static int LWS
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int QUOTED_TEXT
          RegularExpression Id.
static int QUOTED_TEXT_CHAR
          RegularExpression Id.
static int SEMI_COLON
          RegularExpression Id.
static int SP
          RegularExpression Id.
static int START_QUOTE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SEMI_COLON

static final int SEMI_COLON
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

FORWARD_SLASH

static final int FORWARD_SLASH
RegularExpression Id.

See Also:
Constant Field Values

SP

static final int SP
RegularExpression Id.

See Also:
Constant Field Values

HT

static final int HT
RegularExpression Id.

See Also:
Constant Field Values

LWS

static final int LWS
RegularExpression Id.

See Also:
Constant Field Values

HTTP_TOKEN

static final int HTTP_TOKEN
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

static final int QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

START_QUOTE

static final int START_QUOTE
RegularExpression Id.

See Also:
Constant Field Values

HTTP_TOKEN_CHAR

static final int HTTP_TOKEN_CHAR
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_TEXT

static final int QUOTED_TEXT
RegularExpression Id.

See Also:
Constant Field Values

END_QUOTE

static final int END_QUOTE
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_TEXT_CHAR

static final int QUOTED_TEXT_CHAR
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_QUOTED_TEXT

static final int IN_QUOTED_TEXT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.


Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.