Package net.sourceforge.pmd.lang.vf.ast
Interface VfParserTreeConstants
-
- All Known Implementing Classes:
VfParser
@Deprecated @InternalApi public interface VfParserTreeConstants
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static intJJTARGUMENTSDeprecated.static intJJTATTRIBUTEDeprecated.static intJJTATTRIBUTEVALUEDeprecated.static intJJTCDATADeprecated.static intJJTCOMPILATIONUNITDeprecated.static intJJTCONTENTDeprecated.static intJJTDECLARATIONDeprecated.static intJJTDOCTYPEDECLARATIONDeprecated.static intJJTDOCTYPEEXTERNALIDDeprecated.static intJJTDOTEXPRESSIONDeprecated.static intJJTELEMENTDeprecated.static intJJTELEXPRESSIONDeprecated.static intJJTEXPRESSIONDeprecated.static intJJTHTMLSCRIPTDeprecated.static intJJTIDENTIFIERDeprecated.static intJJTLITERALDeprecated.static intJJTNEGATIONEXPRESSIONDeprecated.static String[]jjtNodeNameDeprecated.static intJJTTEXTDeprecated.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
-
JJTTEXT
static final int JJTTEXT
Deprecated.- See Also:
- Constant Field Values
-
JJTELEXPRESSION
static final int JJTELEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTEXPRESSION
static final int JJTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTNEGATIONEXPRESSION
static final int JJTNEGATIONEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTDOTEXPRESSION
static final int JJTDOTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTARGUMENTS
static final int JJTARGUMENTS
Deprecated.- See Also:
- Constant Field Values
-
JJTLITERAL
static final int JJTLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTIDENTIFIER
static final int JJTIDENTIFIER
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
-
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.
-
-