KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > genimen > djeneric > repository > oql > core > DjOqlParserEngineTreeConstants


1 /* Generated By:JJTree: Do not edit this line. DjOqlParserEngineTreeConstants.java */
2
3 package com.genimen.djeneric.repository.oql.core;
4
5 public interface DjOqlParserEngineTreeConstants
6 {
7   public int JJTVOID = 0;
8   public int JJTOBJECTPATH = 1;
9   public int JJTEXPRESSION = 2;
10   public int JJTANDOR = 3;
11   public int JJTSUBEXPRESSION = 4;
12   public int JJTCALCULATEDEXPRESSION = 5;
13   public int JJTOPERATOR = 6;
14   public int JJTBRACKETOPEN = 7;
15   public int JJTBRACKETCLOSE = 8;
16   public int JJTPROPERTYORFUNCTION = 9;
17   public int JJTPARAMETER = 10;
18   public int JJTFUNCTIONCALL = 11;
19   public int JJTINTEGERLITERAL = 12;
20   public int JJTFLOATLITERAL = 13;
21   public int JJTCHARLITERAL = 14;
22   public int JJTSTRINGLITERAL = 15;
23   public int JJTBOOLLITERAL = 16;
24   public int JJTNULLLITERAL = 17;
25   public int JJTARGUMENTS = 18;
26
27   public String JavaDoc[] jjtNodeName = {"void", "Objectpath", "Expression", "AndOr", "SubExpression",
28       "CalculatedExpression", "Operator", "BracketOpen", "BracketClose", "PropertyOrFunction", "Parameter",
29       "FunctionCall", "integerLiteral", "floatLiteral", "charLiteral", "stringLiteral", "boolLiteral", "nullLiteral",
30       "Arguments", };
31 }
Popular Tags