Package net.sourceforge.pmd.lang.jsp.ast
Interface JspParserTreeConstants
-
- All Known Implementing Classes:
JspParser
@Deprecated @InternalApi public interface JspParserTreeConstants
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intJJTATTRIBUTEDeprecated.static intJJTATTRIBUTEVALUEDeprecated.static intJJTCDATADeprecated.static intJJTCOMMENTTAGDeprecated.static intJJTCOMPILATIONUNITDeprecated.static intJJTCONTENTDeprecated.static intJJTDECLARATIONDeprecated.static intJJTDOCTYPEDECLARATIONDeprecated.static intJJTDOCTYPEEXTERNALIDDeprecated.static intJJTELEMENTDeprecated.static intJJTELEXPRESSIONDeprecated.static intJJTHTMLSCRIPTDeprecated.static intJJTJSPCOMMENTDeprecated.static intJJTJSPDECLARATIONDeprecated.static intJJTJSPDIRECTIVEDeprecated.static intJJTJSPDIRECTIVEATTRIBUTEDeprecated.static intJJTJSPEXPRESSIONDeprecated.static intJJTJSPEXPRESSIONINATTRIBUTEDeprecated.static intJJTJSPSCRIPTLETDeprecated.static String[]jjtNodeNameDeprecated.static intJJTTEXTDeprecated.static intJJTUNPARSEDTEXTDeprecated.static intJJTVALUEBINDINGDeprecated.static intJJTVOIDDeprecated.
-
-
-
Field Detail
-
JJTCOMPILATIONUNIT
static final int JJTCOMPILATIONUNIT
Deprecated.- See Also:
- Constant Field Values
-
JJTVOID
static final int JJTVOID
Deprecated.- See Also:
- Constant Field Values
-
JJTCONTENT
static final int JJTCONTENT
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPDIRECTIVE
static final int JJTJSPDIRECTIVE
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPDIRECTIVEATTRIBUTE
static final int JJTJSPDIRECTIVEATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPSCRIPTLET
static final int JJTJSPSCRIPTLET
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPEXPRESSION
static final int JJTJSPEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPDECLARATION
static final int JJTJSPDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPCOMMENT
static final int JJTJSPCOMMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTTEXT
static final int JJTTEXT
Deprecated.- See Also:
- Constant Field Values
-
JJTUNPARSEDTEXT
static final int JJTUNPARSEDTEXT
Deprecated.- See Also:
- Constant Field Values
-
JJTELEXPRESSION
static final int JJTELEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTVALUEBINDING
static final int JJTVALUEBINDING
Deprecated.- See Also:
- Constant Field Values
-
JJTCDATA
static final int JJTCDATA
Deprecated.- See Also:
- Constant Field Values
-
JJTELEMENT
static final int JJTELEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTATTRIBUTE
static final int JJTATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
JJTATTRIBUTEVALUE
static final int JJTATTRIBUTEVALUE
Deprecated.- See Also:
- Constant Field Values
-
JJTJSPEXPRESSIONINATTRIBUTE
static final int JJTJSPEXPRESSIONINATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
JJTCOMMENTTAG
static final int JJTCOMMENTTAG
Deprecated.- See Also:
- Constant Field Values
-
JJTDECLARATION
static final int JJTDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTDOCTYPEDECLARATION
static final int JJTDOCTYPEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTDOCTYPEEXTERNALID
static final int JJTDOCTYPEEXTERNALID
Deprecated.- See Also:
- Constant Field Values
-
JJTHTMLSCRIPT
static final int JJTHTMLSCRIPT
Deprecated.- See Also:
- Constant Field Values
-
jjtNodeName
static final String[] jjtNodeName
Deprecated.
-
-