Package net.sourceforge.pmd.lang.vm.ast
Interface VmParserTreeConstants
-
- All Known Implementing Classes:
VmParser
@Deprecated @InternalApi public interface VmParserTreeConstants
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static int
JJTADDNODE
Deprecated.static int
JJTANDNODE
Deprecated.static int
JJTASSIGNMENT
Deprecated.static int
JJTBLOCK
Deprecated.static int
JJTCOMMENT
Deprecated.static int
JJTDIRECTIVE
Deprecated.static int
JJTDIVNODE
Deprecated.static int
JJTELSEIFSTATEMENT
Deprecated.static int
JJTELSESTATEMENT
Deprecated.static int
JJTEQNODE
Deprecated.static int
JJTESCAPE
Deprecated.static int
JJTESCAPEDDIRECTIVE
Deprecated.static int
JJTEXPRESSION
Deprecated.static int
JJTFALSE
Deprecated.static int
JJTFLOATINGPOINTLITERAL
Deprecated.static int
JJTFOREACHSTATEMENT
Deprecated.static int
JJTGENODE
Deprecated.static int
JJTGTNODE
Deprecated.static int
JJTIDENTIFIER
Deprecated.static int
JJTIFSTATEMENT
Deprecated.static int
JJTINDEX
Deprecated.static int
JJTINTEGERLITERAL
Deprecated.static int
JJTINTEGERRANGE
Deprecated.static int
JJTLENODE
Deprecated.static int
JJTLTNODE
Deprecated.static int
JJTMAP
Deprecated.static int
JJTMETHOD
Deprecated.static int
JJTMODNODE
Deprecated.static int
JJTMULNODE
Deprecated.static int
JJTNENODE
Deprecated.static String[]
jjtNodeName
Deprecated.static int
JJTNOTNODE
Deprecated.static int
JJTOBJECTARRAY
Deprecated.static int
JJTORNODE
Deprecated.static int
JJTPROCESS
Deprecated.static int
JJTREFERENCE
Deprecated.static int
JJTSETDIRECTIVE
Deprecated.static int
JJTSTRINGLITERAL
Deprecated.static int
JJTSUBTRACTNODE
Deprecated.static int
JJTTEXT
Deprecated.static int
JJTTEXTBLOCK
Deprecated.static int
JJTTRUE
Deprecated.static int
JJTVOID
Deprecated.static int
JJTWORD
Deprecated.
-
-
-
Field Detail
-
JJTPROCESS
static final int JJTPROCESS
Deprecated.- See Also:
- Constant Field Values
-
JJTVOID
static final int JJTVOID
Deprecated.- See Also:
- Constant Field Values
-
JJTESCAPEDDIRECTIVE
static final int JJTESCAPEDDIRECTIVE
Deprecated.- See Also:
- Constant Field Values
-
JJTESCAPE
static final int JJTESCAPE
Deprecated.- See Also:
- Constant Field Values
-
JJTCOMMENT
static final int JJTCOMMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTTEXTBLOCK
static final int JJTTEXTBLOCK
Deprecated.- See Also:
- Constant Field Values
-
JJTFLOATINGPOINTLITERAL
static final int JJTFLOATINGPOINTLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTINTEGERLITERAL
static final int JJTINTEGERLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTSTRINGLITERAL
static final int JJTSTRINGLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTIDENTIFIER
static final int JJTIDENTIFIER
Deprecated.- See Also:
- Constant Field Values
-
JJTWORD
static final int JJTWORD
Deprecated.- See Also:
- Constant Field Values
-
JJTDIRECTIVE
static final int JJTDIRECTIVE
Deprecated.- See Also:
- Constant Field Values
-
JJTBLOCK
static final int JJTBLOCK
Deprecated.- See Also:
- Constant Field Values
-
JJTMAP
static final int JJTMAP
Deprecated.- See Also:
- Constant Field Values
-
JJTOBJECTARRAY
static final int JJTOBJECTARRAY
Deprecated.- See Also:
- Constant Field Values
-
JJTINTEGERRANGE
static final int JJTINTEGERRANGE
Deprecated.- See Also:
- Constant Field Values
-
JJTMETHOD
static final int JJTMETHOD
Deprecated.- See Also:
- Constant Field Values
-
JJTINDEX
static final int JJTINDEX
Deprecated.- See Also:
- Constant Field Values
-
JJTREFERENCE
static final int JJTREFERENCE
Deprecated.- See Also:
- Constant Field Values
-
JJTTRUE
static final int JJTTRUE
Deprecated.- See Also:
- Constant Field Values
-
JJTFALSE
static final int JJTFALSE
Deprecated.- See Also:
- Constant Field Values
-
JJTTEXT
static final int JJTTEXT
Deprecated.- See Also:
- Constant Field Values
-
JJTFOREACHSTATEMENT
static final int JJTFOREACHSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTIFSTATEMENT
static final int JJTIFSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTELSESTATEMENT
static final int JJTELSESTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTELSEIFSTATEMENT
static final int JJTELSEIFSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTSETDIRECTIVE
static final int JJTSETDIRECTIVE
Deprecated.- See Also:
- Constant Field Values
-
JJTEXPRESSION
static final int JJTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTASSIGNMENT
static final int JJTASSIGNMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTORNODE
static final int JJTORNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTANDNODE
static final int JJTANDNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTEQNODE
static final int JJTEQNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTNENODE
static final int JJTNENODE
Deprecated.- See Also:
- Constant Field Values
-
JJTLTNODE
static final int JJTLTNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTGTNODE
static final int JJTGTNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTLENODE
static final int JJTLENODE
Deprecated.- See Also:
- Constant Field Values
-
JJTGENODE
static final int JJTGENODE
Deprecated.- See Also:
- Constant Field Values
-
JJTADDNODE
static final int JJTADDNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTSUBTRACTNODE
static final int JJTSUBTRACTNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTMULNODE
static final int JJTMULNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTDIVNODE
static final int JJTDIVNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTMODNODE
static final int JJTMODNODE
Deprecated.- See Also:
- Constant Field Values
-
JJTNOTNODE
static final int JJTNOTNODE
Deprecated.- See Also:
- Constant Field Values
-
jjtNodeName
static final String[] jjtNodeName
Deprecated.
-
-