Package net.sourceforge.pmd.lang.jsp.ast
Interface JspParserConstants
-
- All Known Implementing Classes:
JspParser,JspParserTokenManager
public interface JspParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAfterTagStateLexical state.static intALPHA_CHARRegularExpression Id.static intALPHANUM_CHARRegularExpression Id.static intATTR_EQRegularExpression Id.static intATTR_NAMERegularExpression Id.static intAttrValueBetweenDoubleQuotesStateLexical state.static intAttrValueBetweenSingleQuotesStateLexical state.static intAttrValueNoQuotesStateLexical state.static intAttrValueStateLexical state.static intCDATA_ENDRegularExpression Id.static intCDATA_STARTRegularExpression Id.static intCDataStateLexical state.static intCOMMENT_ENDRegularExpression Id.static intCOMMENT_STARTRegularExpression Id.static intCOMMENT_TEXTRegularExpression Id.static intCommentStateLexical state.static intDECL_ENDRegularExpression Id.static intDECL_STARTRegularExpression Id.static intDEFAULTLexical state.static intDOCTYPE_DECL_ENDRegularExpression Id.static intDOCTYPE_DECL_STARTRegularExpression Id.static intDocTypeExternalIdStateLexical state.static intDocTypeStateLexical state.static intDOLLAR_OR_HASHRegularExpression Id.static intDOLLAR_OR_HASH_DOUBLE_QUOTERegularExpression Id.static intDOLLAR_OR_HASH_SINGLE_QUOTERegularExpression Id.static intDOUBLE_QUOTERegularExpression Id.static intEL_ESCAPERegularExpression Id.static intEL_EXPRESSIONRegularExpression Id.static intEL_EXPRESSION_IN_ATTRIBUTERegularExpression Id.static intENDING_DOUBLE_QUOTERegularExpression Id.static intENDING_SINGLE_QUOTERegularExpression Id.static intENDING_WHITESPACERegularExpression Id.static intENDTAG_STARTRegularExpression Id.static intEOFEnd of File.static intHTML_SCRIPT_CONTENTRegularExpression Id.static intHTML_SCRIPT_END_TAGRegularExpression Id.static intHTML_SCRIPT_STARTRegularExpression Id.static intHtmlScriptContentStateLexical state.static intIDENTIFIERRegularExpression Id.static intIDENTIFIER_CHARRegularExpression Id.static intIN_ATTR_WHITESPACERegularExpression Id.static intIN_TAG_ERRORRegularExpression Id.static intInTagStateLexical state.static intJSP_COMMENT_CONTENTRegularExpression Id.static intJSP_COMMENT_ENDRegularExpression Id.static intJSP_COMMENT_STARTRegularExpression Id.static intJSP_DECLARATIONRegularExpression Id.static intJSP_DECLARATION_ENDRegularExpression Id.static intJSP_DECLARATION_STARTRegularExpression Id.static intJSP_DIRECTIVE_ATTRIBUTE_EQUALSRegularExpression Id.static intJSP_DIRECTIVE_ATTRIBUTE_NAMERegularExpression Id.static intJSP_DIRECTIVE_ATTRIBUTE_VALUERegularExpression Id.static intJSP_DIRECTIVE_ENDRegularExpression Id.static intJSP_DIRECTIVE_NAMERegularExpression Id.static intJSP_DIRECTIVE_STARTRegularExpression Id.static intJSP_EXPRESSIONRegularExpression Id.static intJSP_EXPRESSION_ENDRegularExpression Id.static intJSP_EXPRESSION_IN_ATTRIBUTERegularExpression Id.static intJSP_EXPRESSION_STARTRegularExpression Id.static intJSP_SCRIPTLETRegularExpression Id.static intJSP_SCRIPTLET_ENDRegularExpression Id.static intJSP_SCRIPTLET_STARTRegularExpression Id.static intJspCommentStateLexical state.static intJspDeclarationStateLexical state.static intJspDirectiveAttributesStateLexical state.static intJspDirectiveStateLexical state.static intJspExpressionStateLexical state.static intJspScriptletStateLexical state.static intLST_ERRORRegularExpression Id.static intNAMERegularExpression Id.static intNEWLINERegularExpression Id.static intNO_ENDTAG_STARTRegularExpression Id.static intNO_JSP_COMMENT_ENDRegularExpression Id.static intNO_JSP_TAG_ENDRegularExpression Id.static intNO_LT_OR_DOLLAR_OR_HASHRegularExpression Id.static intNO_OPENBRACERegularExpression Id.static intNO_QUOTE_NO_WHITESPACERegularExpression Id.static intNO_WHITESPACE_OR_LT_OR_DOLLARRegularExpression Id.static intNUM_CHARRegularExpression Id.static intPUBLICRegularExpression Id.static intQUOTERegularExpression Id.static intQUOTED_LITERALRegularExpression Id.static intQUOTED_STRINGRegularExpression Id.static intQUOTED_STRING_NO_BREAKSRegularExpression Id.static intSINGLE_QUOTERegularExpression Id.static intStartTagStateLexical state.static intSYSTEMRegularExpression Id.static intTAG_ENDRegularExpression Id.static intTAG_NAMERegularExpression Id.static intTAG_SLASHENDRegularExpression Id.static intTAG_STARTRegularExpression Id.static intTEXT_IN_ELRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNPARSEDRegularExpression Id.static intUNPARSED_TEXTRegularExpression Id.static intUNPARSED_TEXT_NO_DOUBLE_QUOTESRegularExpression Id.static intUNPARSED_TEXT_NO_SINGLE_QUOTESRegularExpression Id.static intUNPARSED_TEXT_NO_WHITESPACERegularExpression Id.static intVALUE_BINDING_IN_ATTRIBUTERegularExpression Id.static intWHITESPACERegularExpression Id.static intWHITESPACESRegularExpression Id.static intXMLNAMERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
ALPHA_CHAR
static final int ALPHA_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
NUM_CHAR
static final int NUM_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
ALPHANUM_CHAR
static final int ALPHANUM_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_CHAR
static final int IDENTIFIER_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
XMLNAME
static final int XMLNAME
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING_NO_BREAKS
static final int QUOTED_STRING_NO_BREAKS
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING
static final int QUOTED_STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_WHITESPACE_OR_LT_OR_DOLLAR
static final int NO_WHITESPACE_OR_LT_OR_DOLLAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH
static final int DOLLAR_OR_HASH
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_OPENBRACE
static final int NO_OPENBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_LT_OR_DOLLAR_OR_HASH
static final int NO_LT_OR_DOLLAR_OR_HASH
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_ENDTAG_START
static final int NO_ENDTAG_START
RegularExpression Id.- See Also:
- Constant Field Values
-
TEXT_IN_EL
static final int TEXT_IN_EL
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_ESCAPE
static final int EL_ESCAPE
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_JSP_COMMENT_END
static final int NO_JSP_COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_JSP_TAG_END
static final int NO_JSP_TAG_END
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_START
static final int TAG_START
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDTAG_START
static final int ENDTAG_START
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_START
static final int COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
DECL_START
static final int DECL_START
RegularExpression Id.- See Also:
- Constant Field Values
-
DOCTYPE_DECL_START
static final int DOCTYPE_DECL_START
RegularExpression Id.- See Also:
- Constant Field Values
-
CDATA_START
static final int CDATA_START
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_START
static final int JSP_COMMENT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION_START
static final int JSP_DECLARATION_START
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_START
static final int JSP_EXPRESSION_START
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET_START
static final int JSP_SCRIPTLET_START
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_START
static final int JSP_DIRECTIVE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_START
static final int HTML_SCRIPT_START
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXPRESSION
static final int EL_EXPRESSION
RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT
static final int UNPARSED_TEXT
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_NAME
static final int JSP_DIRECTIVE_NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_NAME
static final int JSP_DIRECTIVE_ATTRIBUTE_NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_EQUALS
static final int JSP_DIRECTIVE_ATTRIBUTE_EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_ATTRIBUTE_VALUE
static final int JSP_DIRECTIVE_ATTRIBUTE_VALUE
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DIRECTIVE_END
static final int JSP_DIRECTIVE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET_END
static final int JSP_SCRIPTLET_END
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_SCRIPTLET
static final int JSP_SCRIPTLET
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_END
static final int JSP_EXPRESSION_END
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION
static final int JSP_EXPRESSION
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION_END
static final int JSP_DECLARATION_END
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_DECLARATION
static final int JSP_DECLARATION
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_END
static final int JSP_COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_COMMENT_CONTENT
static final int JSP_COMMENT_CONTENT
RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACES
static final int WHITESPACES
RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
RegularExpression Id.- See Also:
- Constant Field Values
-
SYSTEM
static final int SYSTEM
RegularExpression Id.- See Also:
- Constant Field Values
-
DOCTYPE_DECL_END
static final int DOCTYPE_DECL_END
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_LITERAL
static final int QUOTED_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED
static final int UNPARSED
RegularExpression Id.- See Also:
- Constant Field Values
-
CDATA_END
static final int CDATA_END
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_NAME
static final int TAG_NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
LST_ERROR
static final int LST_ERROR
RegularExpression Id.- See Also:
- Constant Field Values
-
ATTR_NAME
static final int ATTR_NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_END
static final int TAG_END
RegularExpression Id.- See Also:
- Constant Field Values
-
DECL_END
static final int DECL_END
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG_SLASHEND
static final int TAG_SLASHEND
RegularExpression Id.- See Also:
- Constant Field Values
-
ATTR_EQ
static final int ATTR_EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
IN_TAG_ERROR
static final int IN_TAG_ERROR
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTE
static final int SINGLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
NO_QUOTE_NO_WHITESPACE
static final int NO_QUOTE_NO_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
IN_ATTR_WHITESPACE
static final int IN_ATTR_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXPRESSION_IN_ATTRIBUTE
static final int EL_EXPRESSION_IN_ATTRIBUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
VALUE_BINDING_IN_ATTRIBUTE
static final int VALUE_BINDING_IN_ATTRIBUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
JSP_EXPRESSION_IN_ATTRIBUTE
static final int JSP_EXPRESSION_IN_ATTRIBUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_WHITESPACE
static final int ENDING_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_WHITESPACE
static final int UNPARSED_TEXT_NO_WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_SINGLE_QUOTE
static final int ENDING_SINGLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_SINGLE_QUOTES
static final int UNPARSED_TEXT_NO_SINGLE_QUOTES
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH_SINGLE_QUOTE
static final int DOLLAR_OR_HASH_SINGLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDING_DOUBLE_QUOTE
static final int ENDING_DOUBLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
UNPARSED_TEXT_NO_DOUBLE_QUOTES
static final int UNPARSED_TEXT_NO_DOUBLE_QUOTES
RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR_OR_HASH_DOUBLE_QUOTE
static final int DOLLAR_OR_HASH_DOUBLE_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_END
static final int COMMENT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT_TEXT
static final int COMMENT_TEXT
RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_CONTENT
static final int HTML_SCRIPT_CONTENT
RegularExpression Id.- See Also:
- Constant Field Values
-
HTML_SCRIPT_END_TAG
static final int HTML_SCRIPT_END_TAG
RegularExpression Id.- See Also:
- Constant Field Values
-
CommentState
static final int CommentState
Lexical state.- See Also:
- Constant Field Values
-
AttrValueNoQuotesState
static final int AttrValueNoQuotesState
Lexical state.- See Also:
- Constant Field Values
-
AttrValueBetweenDoubleQuotesState
static final int AttrValueBetweenDoubleQuotesState
Lexical state.- See Also:
- Constant Field Values
-
AttrValueBetweenSingleQuotesState
static final int AttrValueBetweenSingleQuotesState
Lexical state.- See Also:
- Constant Field Values
-
AttrValueState
static final int AttrValueState
Lexical state.- See Also:
- Constant Field Values
-
StartTagState
static final int StartTagState
Lexical state.- See Also:
- Constant Field Values
-
CDataState
static final int CDataState
Lexical state.- See Also:
- Constant Field Values
-
DocTypeExternalIdState
static final int DocTypeExternalIdState
Lexical state.- See Also:
- Constant Field Values
-
DocTypeState
static final int DocTypeState
Lexical state.- See Also:
- Constant Field Values
-
JspCommentState
static final int JspCommentState
Lexical state.- See Also:
- Constant Field Values
-
JspDeclarationState
static final int JspDeclarationState
Lexical state.- See Also:
- Constant Field Values
-
JspExpressionState
static final int JspExpressionState
Lexical state.- See Also:
- Constant Field Values
-
JspScriptletState
static final int JspScriptletState
Lexical state.- See Also:
- Constant Field Values
-
HtmlScriptContentState
static final int HtmlScriptContentState
Lexical state.- See Also:
- Constant Field Values
-
InTagState
static final int InTagState
Lexical state.- See Also:
- Constant Field Values
-
AfterTagState
static final int AfterTagState
Lexical state.- See Also:
- Constant Field Values
-
JspDirectiveAttributesState
static final int JspDirectiveAttributesState
Lexical state.- See Also:
- Constant Field Values
-
JspDirectiveState
static final int JspDirectiveState
Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-