org.apache.velocity.runtime.parser.ParserTreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.portal.template.velocity
Show all versions of com.liferay.portal.template.velocity
Liferay Portal Template Velocity
The newest version!
/* Generated By:JJTree: Do not edit this line. ParserTreeConstants.java */
package org.apache.velocity.runtime.parser;
public interface ParserTreeConstants
{
public int JJTPROCESS = 0;
public int JJTVOID = 1;
public int JJTESCAPEDDIRECTIVE = 2;
public int JJTESCAPE = 3;
public int JJTCOMMENT = 4;
public int JJTFLOATINGPOINTLITERAL = 5;
public int JJTINTEGERLITERAL = 6;
public int JJTSTRINGLITERAL = 7;
public int JJTIDENTIFIER = 8;
public int JJTWORD = 9;
public int JJTDIRECTIVE = 10;
public int JJTBLOCK = 11;
public int JJTMAP = 12;
public int JJTOBJECTARRAY = 13;
public int JJTINTEGERRANGE = 14;
public int JJTMETHOD = 15;
public int JJTREFERENCE = 16;
public int JJTTRUE = 17;
public int JJTFALSE = 18;
public int JJTTEXT = 19;
public int JJTIFSTATEMENT = 20;
public int JJTELSESTATEMENT = 21;
public int JJTELSEIFSTATEMENT = 22;
public int JJTSETDIRECTIVE = 23;
public int JJTSTOP = 24;
public int JJTEXPRESSION = 25;
public int JJTASSIGNMENT = 26;
public int JJTORNODE = 27;
public int JJTANDNODE = 28;
public int JJTEQNODE = 29;
public int JJTNENODE = 30;
public int JJTLTNODE = 31;
public int JJTGTNODE = 32;
public int JJTLENODE = 33;
public int JJTGENODE = 34;
public int JJTADDNODE = 35;
public int JJTSUBTRACTNODE = 36;
public int JJTMULNODE = 37;
public int JJTDIVNODE = 38;
public int JJTMODNODE = 39;
public int JJTNOTNODE = 40;
public String[] jjtNodeName = {
"process",
"void",
"EscapedDirective",
"Escape",
"Comment",
"FloatingPointLiteral",
"IntegerLiteral",
"StringLiteral",
"Identifier",
"Word",
"Directive",
"Block",
"Map",
"ObjectArray",
"IntegerRange",
"Method",
"Reference",
"True",
"False",
"Text",
"IfStatement",
"ElseStatement",
"ElseIfStatement",
"SetDirective",
"Stop",
"Expression",
"Assignment",
"OrNode",
"AndNode",
"EQNode",
"NENode",
"LTNode",
"GTNode",
"LENode",
"GENode",
"AddNode",
"SubtractNode",
"MulNode",
"DivNode",
"ModNode",
"NotNode",
};
}