Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/* Generated By:JavaCC: Do not edit this line. VtlParserImplTreeConstants.java Version 5.0 */
package net.sourceforge.pmd.lang.velocity.ast;
@net.sourceforge.pmd.annotation.Generated("org.javacc.javacc")
interface VtlParserImplTreeConstants
{
public int JJTTEMPLATE = 0;
public int JJTVOID = 1;
public int JJTESCAPEDDIRECTIVE = 2;
public int JJTESCAPE = 3;
public int JJTCOMMENT = 4;
public int JJTTEXTBLOCK = 5;
public int JJTFLOATINGPOINTLITERAL = 6;
public int JJTINTEGERLITERAL = 7;
public int JJTSTRINGLITERAL = 8;
public int JJTIDENTIFIER = 9;
public int JJTWORD = 10;
public int JJTDIRECTIVE = 11;
public int JJTBLOCK = 12;
public int JJTMAP = 13;
public int JJTOBJECTARRAY = 14;
public int JJTINTEGERRANGE = 15;
public int JJTMETHOD = 16;
public int JJTINDEX = 17;
public int JJTREFERENCE = 18;
public int JJTTRUE = 19;
public int JJTFALSE = 20;
public int JJTTEXT = 21;
public int JJTFOREACHSTATEMENT = 22;
public int JJTIFSTATEMENT = 23;
public int JJTELSESTATEMENT = 24;
public int JJTELSEIFSTATEMENT = 25;
public int JJTSETDIRECTIVE = 26;
public int JJTEXPRESSION = 27;
public int JJTASSIGNMENT = 28;
public int JJTORNODE = 29;
public int JJTANDNODE = 30;
public int JJTEQNODE = 31;
public int JJTNENODE = 32;
public int JJTLTNODE = 33;
public int JJTGTNODE = 34;
public int JJTLENODE = 35;
public int JJTGENODE = 36;
public int JJTADDNODE = 37;
public int JJTSUBTRACTNODE = 38;
public int JJTMULNODE = 39;
public int JJTDIVNODE = 40;
public int JJTMODNODE = 41;
public int JJTNOTNODE = 42;
public String[] jjtNodeName = {
"Template",
"void",
"EscapedDirective",
"Escape",
"Comment",
"Textblock",
"FloatingPointLiteral",
"IntegerLiteral",
"StringLiteral",
"Identifier",
"Word",
"Directive",
"Block",
"Map",
"ObjectArray",
"IntegerRange",
"Method",
"Index",
"Reference",
"True",
"False",
"Text",
"ForeachStatement",
"IfStatement",
"ElseStatement",
"ElseIfStatement",
"SetDirective",
"Expression",
"Assignment",
"OrNode",
"AndNode",
"EQNode",
"NENode",
"LTNode",
"GTNode",
"LENode",
"GENode",
"AddNode",
"SubtractNode",
"MulNode",
"DivNode",
"ModNode",
"NotNode",
};
}
/* JavaCC - OriginalChecksum=b969c646387e9ddab39c5ce604d0f1b2 (do not edit this line) */