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 int
JJTATTRIBUTE
Deprecated.static int
JJTATTRIBUTEVALUE
Deprecated.static int
JJTCDATA
Deprecated.static int
JJTCOMMENTTAG
Deprecated.static int
JJTCOMPILATIONUNIT
Deprecated.static int
JJTCONTENT
Deprecated.static int
JJTDECLARATION
Deprecated.static int
JJTDOCTYPEDECLARATION
Deprecated.static int
JJTDOCTYPEEXTERNALID
Deprecated.static int
JJTELEMENT
Deprecated.static int
JJTELEXPRESSION
Deprecated.static int
JJTHTMLSCRIPT
Deprecated.static int
JJTJSPCOMMENT
Deprecated.static int
JJTJSPDECLARATION
Deprecated.static int
JJTJSPDIRECTIVE
Deprecated.static int
JJTJSPDIRECTIVEATTRIBUTE
Deprecated.static int
JJTJSPEXPRESSION
Deprecated.static int
JJTJSPEXPRESSIONINATTRIBUTE
Deprecated.static int
JJTJSPSCRIPTLET
Deprecated.static String[]
jjtNodeName
Deprecated.static int
JJTTEXT
Deprecated.static int
JJTUNPARSEDTEXT
Deprecated.static int
JJTVALUEBINDING
Deprecated.static int
JJTVOID
Deprecated.
-
-
-
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.
-
-