01: /* Generated By:JJTree: Do not edit this line. generated/BDEParserTreeConstants.java */
02:
03: package org.netbeans.performance.bde.generated;
04:
05: public interface BDEParserTreeConstants {
06: public int JJTVOID = 0;
07: public int JJTSTRING = 1;
08: public int JJTSTART = 2;
09: public int JJTLOADDEFINITION = 3;
10: public int JJTSTOREDEFINITION = 4;
11: public int JJTIDENTIFIER = 5;
12: public int JJTTESTDEFINITIONLIST = 6;
13: public int JJTTESTDEFINITION = 7;
14: public int JJTCLASSNAME = 8;
15: public int JJTMETHODFILTERLIST = 9;
16: public int JJTMETHODFILTER = 10;
17: public int JJTARGDATALIST = 11;
18: public int JJTARGDATASERIES = 12;
19: public int JJTARGDATA = 13;
20: public int JJTID = 14;
21: public int JJTVALSPECLIST = 15;
22: public int JJTVALSPEC = 16;
23: public int JJTINTEGERDEF = 17;
24: public int JJTINTEGER = 18;
25:
26: public String[] jjtNodeName = { "void", "String", "Start",
27: "LoadDefinition", "StoreDefinition", "Identifier",
28: "TestDefinitionList", "TestDefinition", "ClassName",
29: "MethodFilterList", "MethodFilter", "ArgDataList",
30: "ArgDataSeries", "ArgData", "Id", "ValSpecList", "ValSpec",
31: "IntegerDef", "Integer", };
32: }
|