Package net.sourceforge.pmd.lang.jsp.ast
Interface JspParserConstants
-
- All Known Implementing Classes:
JspParser
,JspParserTokenManager
@Deprecated @InternalApi public interface JspParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AfterTagState
Deprecated.Lexical state.static int
ALPHA_CHAR
Deprecated.RegularExpression Id.static int
ALPHANUM_CHAR
Deprecated.RegularExpression Id.static int
ATTR_EQ
Deprecated.RegularExpression Id.static int
ATTR_NAME
Deprecated.RegularExpression Id.static int
AttrValueBetweenDoubleQuotesState
Deprecated.Lexical state.static int
AttrValueBetweenSingleQuotesState
Deprecated.Lexical state.static int
AttrValueNoQuotesState
Deprecated.Lexical state.static int
AttrValueState
Deprecated.Lexical state.static int
CDATA_END
Deprecated.RegularExpression Id.static int
CDATA_START
Deprecated.RegularExpression Id.static int
CDataState
Deprecated.Lexical state.static int
COMMENT_END
Deprecated.RegularExpression Id.static int
COMMENT_START
Deprecated.RegularExpression Id.static int
COMMENT_TEXT
Deprecated.RegularExpression Id.static int
CommentState
Deprecated.Lexical state.static int
DECL_END
Deprecated.RegularExpression Id.static int
DECL_START
Deprecated.RegularExpression Id.static int
DEFAULT
Deprecated.Lexical state.static int
DOCTYPE_DECL_END
Deprecated.RegularExpression Id.static int
DOCTYPE_DECL_START
Deprecated.RegularExpression Id.static int
DocTypeExternalIdState
Deprecated.Lexical state.static int
DocTypeState
Deprecated.Lexical state.static int
DOLLAR_OR_HASH
Deprecated.RegularExpression Id.static int
DOLLAR_OR_HASH_DOUBLE_QUOTE
Deprecated.RegularExpression Id.static int
DOLLAR_OR_HASH_SINGLE_QUOTE
Deprecated.RegularExpression Id.static int
DOUBLE_QUOTE
Deprecated.RegularExpression Id.static int
EL_ESCAPE
Deprecated.RegularExpression Id.static int
EL_EXPRESSION
Deprecated.RegularExpression Id.static int
EL_EXPRESSION_IN_ATTRIBUTE
Deprecated.RegularExpression Id.static int
ENDING_DOUBLE_QUOTE
Deprecated.RegularExpression Id.static int
ENDING_SINGLE_QUOTE
Deprecated.RegularExpression Id.static int
ENDING_WHITESPACE
Deprecated.RegularExpression Id.static int
ENDTAG_START
Deprecated.RegularExpression Id.static int
EOF
Deprecated.End of File.static int
HTML_SCRIPT_CONTENT
Deprecated.RegularExpression Id.static int
HTML_SCRIPT_END_TAG
Deprecated.RegularExpression Id.static int
HTML_SCRIPT_START
Deprecated.RegularExpression Id.static int
HtmlScriptContentState
Deprecated.Lexical state.static int
IDENTIFIER
Deprecated.RegularExpression Id.static int
IDENTIFIER_CHAR
Deprecated.RegularExpression Id.static int
IN_ATTR_WHITESPACE
Deprecated.RegularExpression Id.static int
IN_TAG_ERROR
Deprecated.RegularExpression Id.static int
InTagState
Deprecated.Lexical state.static int
JSP_COMMENT_CONTENT
Deprecated.RegularExpression Id.static int
JSP_COMMENT_END
Deprecated.RegularExpression Id.static int
JSP_COMMENT_START
Deprecated.RegularExpression Id.static int
JSP_DECLARATION
Deprecated.RegularExpression Id.static int
JSP_DECLARATION_END
Deprecated.RegularExpression Id.static int
JSP_DECLARATION_START
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_ATTRIBUTE_EQUALS
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_ATTRIBUTE_NAME
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_ATTRIBUTE_VALUE
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_END
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_NAME
Deprecated.RegularExpression Id.static int
JSP_DIRECTIVE_START
Deprecated.RegularExpression Id.static int
JSP_EXPRESSION
Deprecated.RegularExpression Id.static int
JSP_EXPRESSION_END
Deprecated.RegularExpression Id.static int
JSP_EXPRESSION_IN_ATTRIBUTE
Deprecated.RegularExpression Id.static int
JSP_EXPRESSION_START
Deprecated.RegularExpression Id.static int
JSP_SCRIPTLET
Deprecated.RegularExpression Id.static int
JSP_SCRIPTLET_END
Deprecated.RegularExpression Id.static int
JSP_SCRIPTLET_START
Deprecated.RegularExpression Id.static int
JspCommentState
Deprecated.Lexical state.static int
JspDeclarationState
Deprecated.Lexical state.static int
JspDirectiveAttributesState
Deprecated.Lexical state.static int
JspDirectiveState
Deprecated.Lexical state.static int
JspExpressionState
Deprecated.Lexical state.static int
JspScriptletState
Deprecated.Lexical state.static int
LST_ERROR
Deprecated.RegularExpression Id.static int
NAME
Deprecated.RegularExpression Id.static int
NEWLINE
Deprecated.RegularExpression Id.static int
NO_ENDTAG_START
Deprecated.RegularExpression Id.static int
NO_JSP_COMMENT_END
Deprecated.RegularExpression Id.static int
NO_JSP_TAG_END
Deprecated.RegularExpression Id.static int
NO_JSP_TAG_END_EXCEPT_QUOTED
Deprecated.RegularExpression Id.static int
NO_LT_OR_DOLLAR_OR_HASH
Deprecated.RegularExpression Id.static int
NO_OPENBRACE
Deprecated.RegularExpression Id.static int
NO_QUOTE_NO_WHITESPACE
Deprecated.RegularExpression Id.static int
NO_WHITESPACE_OR_LT_OR_DOLLAR
Deprecated.RegularExpression Id.static int
NUM_CHAR
Deprecated.RegularExpression Id.static int
PUBLIC
Deprecated.RegularExpression Id.static int
QUOTE
Deprecated.RegularExpression Id.static int
QUOTED_LITERAL
Deprecated.RegularExpression Id.static int
QUOTED_STRING
Deprecated.RegularExpression Id.static int
QUOTED_STRING_NO_BREAKS
Deprecated.RegularExpression Id.static int
SINGLE_QUOTE
Deprecated.RegularExpression Id.static int
StartTagState
Deprecated.Lexical state.static int
SYSTEM
Deprecated.RegularExpression Id.static int
TAG_END
Deprecated.RegularExpression Id.static int
TAG_NAME
Deprecated.RegularExpression Id.static int
TAG_SLASHEND
Deprecated.RegularExpression Id.static int
TAG_START
Deprecated.RegularExpression Id.static int
TEXT_IN_EL
Deprecated.RegularExpression Id.static String[]
tokenImage
Deprecated.Literal token values.static int
UNPARSED
Deprecated.RegularExpression Id.static int
UNPARSED_TEXT
Deprecated.RegularExpression Id.static int
UNPARSED_TEXT_NO_DOUBLE_QUOTES
Deprecated.RegularExpression Id.static int
UNPARSED_TEXT_NO_SINGLE_QUOTES
Deprecated.RegularExpression Id.static int
UNPARSED_TEXT_NO_WHITESPACE
Deprecated.RegularExpression Id.static int
VALUE_BINDING_IN_ATTRIBUTE
Deprecated.RegularExpression Id.static int
WHITESPACE
Deprecated.RegularExpression Id.static int
WHITESPACES
Deprecated.RegularExpression Id.static int
XMLNAME
Deprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
ALPHA_CHAR
static final int ALPHA_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NUM_CHAR
static final int NUM_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ALPHANUM_CHAR
static final int ALPHANUM_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_CHAR
static final int IDENTIFIER_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
XMLNAME
static final int XMLNAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING_NO_BREAKS
static final int QUOTED_STRING_NO_BREAKS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING
static final int QUOTED_STRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_WHITESPACE_OR_LT_OR_DOLLAR
static final int NO_WHITESPACE_OR_LT_OR_DOLLAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH
static final int DOLLAR_OR_HASH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_OPENBRACE
static final int NO_OPENBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_LT_OR_DOLLAR_OR_HASH
static final int NO_LT_OR_DOLLAR_OR_HASH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_ENDTAG_START
static final int NO_ENDTAG_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TEXT_IN_EL
static final int TEXT_IN_EL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_ESCAPE
static final int EL_ESCAPE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_JSP_COMMENT_END
static final int NO_JSP_COMMENT_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_JSP_TAG_END
static final int NO_JSP_TAG_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_JSP_TAG_END_EXCEPT_QUOTED
static final int NO_JSP_TAG_END_EXCEPT_QUOTED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_START
static final int TAG_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ENDTAG_START
static final int ENDTAG_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_START
static final int COMMENT_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECL_START
static final int DECL_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOCTYPE_DECL_START
static final int DOCTYPE_DECL_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CDATA_START
static final int CDATA_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_START
static final int JSP_COMMENT_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION_START
static final int JSP_DECLARATION_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_START
static final int JSP_EXPRESSION_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET_START
static final int JSP_SCRIPTLET_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_START
static final int JSP_DIRECTIVE_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_START
static final int HTML_SCRIPT_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXPRESSION
static final int EL_EXPRESSION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT
static final int UNPARSED_TEXT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_NAME
static final int JSP_DIRECTIVE_NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_NAME
static final int JSP_DIRECTIVE_ATTRIBUTE_NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_EQUALS
static final int JSP_DIRECTIVE_ATTRIBUTE_EQUALS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_VALUE
static final int JSP_DIRECTIVE_ATTRIBUTE_VALUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_END
static final int JSP_DIRECTIVE_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET_END
static final int JSP_SCRIPTLET_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET
static final int JSP_SCRIPTLET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_END
static final int JSP_EXPRESSION_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION
static final int JSP_EXPRESSION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION_END
static final int JSP_DECLARATION_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION
static final int JSP_DECLARATION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_END
static final int JSP_COMMENT_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_CONTENT
static final int JSP_COMMENT_CONTENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACES
static final int WHITESPACES
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SYSTEM
static final int SYSTEM
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOCTYPE_DECL_END
static final int DOCTYPE_DECL_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_LITERAL
static final int QUOTED_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED
static final int UNPARSED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CDATA_END
static final int CDATA_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_NAME
static final int TAG_NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LST_ERROR
static final int LST_ERROR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ATTR_NAME
static final int ATTR_NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_END
static final int TAG_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECL_END
static final int DECL_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_SLASHEND
static final int TAG_SLASHEND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ATTR_EQ
static final int ATTR_EQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IN_TAG_ERROR
static final int IN_TAG_ERROR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTE
static final int SINGLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NO_QUOTE_NO_WHITESPACE
static final int NO_QUOTE_NO_WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IN_ATTR_WHITESPACE
static final int IN_ATTR_WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXPRESSION_IN_ATTRIBUTE
static final int EL_EXPRESSION_IN_ATTRIBUTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VALUE_BINDING_IN_ATTRIBUTE
static final int VALUE_BINDING_IN_ATTRIBUTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_IN_ATTRIBUTE
static final int JSP_EXPRESSION_IN_ATTRIBUTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_WHITESPACE
static final int ENDING_WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_WHITESPACE
static final int UNPARSED_TEXT_NO_WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_SINGLE_QUOTE
static final int ENDING_SINGLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_SINGLE_QUOTES
static final int UNPARSED_TEXT_NO_SINGLE_QUOTES
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH_SINGLE_QUOTE
static final int DOLLAR_OR_HASH_SINGLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_DOUBLE_QUOTE
static final int ENDING_DOUBLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_DOUBLE_QUOTES
static final int UNPARSED_TEXT_NO_DOUBLE_QUOTES
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH_DOUBLE_QUOTE
static final int DOLLAR_OR_HASH_DOUBLE_QUOTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_END
static final int COMMENT_END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_TEXT
static final int COMMENT_TEXT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_CONTENT
static final int HTML_SCRIPT_CONTENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_END_TAG
static final int HTML_SCRIPT_END_TAG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CommentState
static final int CommentState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
AttrValueNoQuotesState
static final int AttrValueNoQuotesState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
AttrValueBetweenDoubleQuotesState
static final int AttrValueBetweenDoubleQuotesState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
AttrValueBetweenSingleQuotesState
static final int AttrValueBetweenSingleQuotesState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
AttrValueState
static final int AttrValueState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
StartTagState
static final int StartTagState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
CDataState
static final int CDataState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
DocTypeExternalIdState
static final int DocTypeExternalIdState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
DocTypeState
static final int DocTypeState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspCommentState
static final int JspCommentState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspDeclarationState
static final int JspDeclarationState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspExpressionState
static final int JspExpressionState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspScriptletState
static final int JspScriptletState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
HtmlScriptContentState
static final int HtmlScriptContentState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
InTagState
static final int InTagState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
AfterTagState
static final int AfterTagState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspDirectiveAttributesState
static final int JspDirectiveAttributesState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
JspDirectiveState
static final int JspDirectiveState
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-