com.sun.tlddoc.tagfileparser
Interface TagFileConstants

All Known Implementing Classes:
TagFile, TagFileTokenManager

public interface TagFileConstants

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


Field Summary
static int BEGIN_QUOTE_DOUBLE
          RegularExpression Id.
static int BEGIN_QUOTE_SINGLE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int END_DIRECTIVE
          RegularExpression Id.
static int END_QUOTE_DOUBLE
          RegularExpression Id.
static int END_QUOTE_SINGLE
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int JSP_ATTRIBUTE_NAME
          RegularExpression Id.
static int JSP_ATTRIBUTE_VALUE1
          RegularExpression Id.
static int JSP_ATTRIBUTE_VALUE2
          RegularExpression Id.
static int JSP_COMMENT
          RegularExpression Id.
static int JSP_DIRECTIVE
          RegularExpression Id.
static int JSP_DIRECTIVE_NAME
          RegularExpression Id.
static int JSPDirectiveAttributeName
          Lexical state.
static int JSPDirectiveAttributeValueDouble
          Lexical state.
static int JSPDirectiveAttributeValueSingle
          Lexical state.
static int JSPDirectiveName
          Lexical state.
static int OTHER_CONTENT
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int WithinComment
          Lexical state.
static int WithinOtherContent
          Lexical state.
static int X_BEGIN_QUOTE_DOUBLE
          RegularExpression Id.
static int X_BEGIN_QUOTE_SINGLE
          RegularExpression Id.
static int X_END_DIRECTIVE
          RegularExpression Id.
static int X_END_QUOTE_DOUBLE
          RegularExpression Id.
static int X_END_QUOTE_SINGLE
          RegularExpression Id.
static int X_EQ
          RegularExpression Id.
static int XML_ATTRIBUTE_NAME
          RegularExpression Id.
static int XML_ATTRIBUTE_VALUE1
          RegularExpression Id.
static int XML_ATTRIBUTE_VALUE2
          RegularExpression Id.
static int XML_DIRECTIVE
          RegularExpression Id.
static int XML_DIRECTIVE_NAME
          RegularExpression Id.
static int XMLDirectiveAttributeName
          Lexical state.
static int XMLDirectiveAttributeValueDouble
          Lexical state.
static int XMLDirectiveAttributeValueSingle
          Lexical state.
static int XMLDirectiveName
          Lexical state.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

JSP_COMMENT

static final int JSP_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

JSP_DIRECTIVE

static final int JSP_DIRECTIVE
RegularExpression Id.

See Also:
Constant Field Values

XML_DIRECTIVE

static final int XML_DIRECTIVE
RegularExpression Id.

See Also:
Constant Field Values

OTHER_CONTENT

static final int OTHER_CONTENT
RegularExpression Id.

See Also:
Constant Field Values

JSP_DIRECTIVE_NAME

static final int JSP_DIRECTIVE_NAME
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

BEGIN_QUOTE_SINGLE

static final int BEGIN_QUOTE_SINGLE
RegularExpression Id.

See Also:
Constant Field Values

BEGIN_QUOTE_DOUBLE

static final int BEGIN_QUOTE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

END_DIRECTIVE

static final int END_DIRECTIVE
RegularExpression Id.

See Also:
Constant Field Values

JSP_ATTRIBUTE_NAME

static final int JSP_ATTRIBUTE_NAME
RegularExpression Id.

See Also:
Constant Field Values

END_QUOTE_SINGLE

static final int END_QUOTE_SINGLE
RegularExpression Id.

See Also:
Constant Field Values

JSP_ATTRIBUTE_VALUE1

static final int JSP_ATTRIBUTE_VALUE1
RegularExpression Id.

See Also:
Constant Field Values

END_QUOTE_DOUBLE

static final int END_QUOTE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

JSP_ATTRIBUTE_VALUE2

static final int JSP_ATTRIBUTE_VALUE2
RegularExpression Id.

See Also:
Constant Field Values

XML_DIRECTIVE_NAME

static final int XML_DIRECTIVE_NAME
RegularExpression Id.

See Also:
Constant Field Values

X_EQ

static final int X_EQ
RegularExpression Id.

See Also:
Constant Field Values

X_BEGIN_QUOTE_SINGLE

static final int X_BEGIN_QUOTE_SINGLE
RegularExpression Id.

See Also:
Constant Field Values

X_BEGIN_QUOTE_DOUBLE

static final int X_BEGIN_QUOTE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

X_END_DIRECTIVE

static final int X_END_DIRECTIVE
RegularExpression Id.

See Also:
Constant Field Values

XML_ATTRIBUTE_NAME

static final int XML_ATTRIBUTE_NAME
RegularExpression Id.

See Also:
Constant Field Values

X_END_QUOTE_SINGLE

static final int X_END_QUOTE_SINGLE
RegularExpression Id.

See Also:
Constant Field Values

XML_ATTRIBUTE_VALUE1

static final int XML_ATTRIBUTE_VALUE1
RegularExpression Id.

See Also:
Constant Field Values

X_END_QUOTE_DOUBLE

static final int X_END_QUOTE_DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

XML_ATTRIBUTE_VALUE2

static final int XML_ATTRIBUTE_VALUE2
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

WithinComment

static final int WithinComment
Lexical state.

See Also:
Constant Field Values

JSPDirectiveName

static final int JSPDirectiveName
Lexical state.

See Also:
Constant Field Values

JSPDirectiveAttributeName

static final int JSPDirectiveAttributeName
Lexical state.

See Also:
Constant Field Values

JSPDirectiveAttributeValueSingle

static final int JSPDirectiveAttributeValueSingle
Lexical state.

See Also:
Constant Field Values

JSPDirectiveAttributeValueDouble

static final int JSPDirectiveAttributeValueDouble
Lexical state.

See Also:
Constant Field Values

XMLDirectiveName

static final int XMLDirectiveName
Lexical state.

See Also:
Constant Field Values

XMLDirectiveAttributeName

static final int XMLDirectiveAttributeName
Lexical state.

See Also:
Constant Field Values

XMLDirectiveAttributeValueSingle

static final int XMLDirectiveAttributeValueSingle
Lexical state.

See Also:
Constant Field Values

XMLDirectiveAttributeValueDouble

static final int XMLDirectiveAttributeValueDouble
Lexical state.

See Also:
Constant Field Values

WithinOtherContent

static final int WithinOtherContent
Lexical state.

See Also:
Constant Field Values

tokenImage

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