KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > genimen > djeneric > tools > scriptengine > core > DjScriptParserEngineTreeConstants


1 /* Generated By:JJTree: Do not edit this line. DjScriptParserEngineTreeConstants.java */
2
3 package com.genimen.djeneric.tools.scriptengine.core;
4
5 public interface DjScriptParserEngineTreeConstants
6 {
7   public int JJTBUILDTREE = 0;
8   public int JJTBUILDEMBEDDEDTREE = 1;
9   public int JJTPARSEDECLARATIONONLY = 2;
10   public int JJTVOID = 3;
11   public int JJTACTIONLIST = 4;
12   public int JJTACTION = 5;
13   public int JJTCONSTRUCTOR = 6;
14   public int JJTCONTROLLER = 7;
15   public int JJTEVENTMAPPING = 8;
16   public int JJTBODY = 9;
17   public int JJTSUBSCRIPTSTATEMENT = 10;
18   public int JJTCHOOSE = 11;
19   public int JJTOQLFILTERNODE = 12;
20   public int JJTTERMINATESTATEMENT = 13;
21   public int JJTDISPATCH = 14;
22   public int JJTTRANSACTIONALSTATEMENT = 15;
23   public int JJTTRACESTATEMENT = 16;
24   public int JJTFAILSTATEMENT = 17;
25   public int JJTASSIGNMENTSTATEMENT = 18;
26   public int JJTJAVASTATEMENT = 19;
27   public int JJTDELETESTATEMENT = 20;
28   public int JJTDECLARATION = 21;
29   public int JJTEDITSTATEMENT = 22;
30   public int JJTCUSTOMPANELSTATEMENT = 23;
31   public int JJTEVENTDEFINITION = 24;
32   public int JJTSETSTATEMENT = 25;
33   public int JJTSETBASEDFORSTATEMENT = 26;
34   public int JJTRANGEDBASEDFORSTATEMENT = 27;
35   public int JJTFILTER = 28;
36   public int JJTORDERBY = 29;
37   public int JJTIFSTATEMENT = 30;
38   public int JJTELSESTATEMENT = 31;
39   public int JJTOBJECTPATH = 32;
40   public int JJTEXPRESSION = 33;
41   public int JJTANDOR = 34;
42   public int JJTSUBEXPRESSION = 35;
43   public int JJTCALCULATEDEXPRESSION = 36;
44   public int JJTOPERATOR = 37;
45   public int JJTPROPERTYORFUNCTION = 38;
46   public int JJTFUNCTIONCALL = 39;
47   public int JJTNEW = 40;
48   public int JJTINTEGERLITERAL = 41;
49   public int JJTFLOATLITERAL = 42;
50   public int JJTCHARLITERAL = 43;
51   public int JJTSTRINGLITERAL = 44;
52   public int JJTBOOLLITERAL = 45;
53   public int JJTNULLLITERAL = 46;
54   public int JJTARGUMENTS = 47;
55
56   public String JavaDoc[] jjtNodeName = {"buildTree", "buildEmbeddedTree", "parseDeclarationOnly", "void",
57       "ActionList", "Action", "Constructor", "Controller", "EventMapping", "Body", "SubScriptStatement", "Choose",
58       "OqlFilterNode", "TerminateStatement", "Dispatch", "TransactionalStatement", "TraceStatement", "FailStatement",
59       "AssignmentStatement", "JavaStatement", "DeleteStatement", "Declaration", "EditStatement",
60       "CustomPanelStatement", "EventDefinition", "SetStatement", "SetBasedForStatement", "RangedBasedForStatement",
61       "Filter", "OrderBy", "IfStatement", "ElseStatement", "Objectpath", "Expression", "AndOr", "SubExpression",
62       "CalculatedExpression", "Operator", "PropertyOrFunction", "FunctionCall", "New", "integerLiteral",
63       "floatLiteral", "charLiteral", "stringLiteral", "boolLiteral", "nullLiteral", "Arguments",};
64 }
Popular Tags