Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/port80/graph/dot/parser/DotParserTreeConstants.java


1   /* Generated By:JJTree: Do not edit this line. /mnt/pluto/user/Project/Linux/eclipse/opensource/JzGraph-0.2/graph/src/com/port80/graph/dot/parser//DotParserTreeConstants.java */
2   
3   package com.port80.graph.dot.parser;
4   
5   public interface DotParserTreeConstants
6   {
7     public int JJTUNIT = 0;
8     public int JJTSTATEMENTLIST = 1;
9     public int JJTVOID = 2;
10    public int JJTATTRIBUTESTATEMENT = 3;
11    public int JJTATTRIBUTELIST = 4;
12    public int JJTATTRIBUTE = 5;
13    public int JJTVERTEXSTATEMENT = 6;
14    public int JJTVERTEX = 7;
15    public int JJTEDGESTATEMENT = 8;
16    public int JJTEDGERHS = 9;
17    public int JJTSUBGRAPH = 10;
18  
19  
20    public String[] jjtNodeName = {
21      "Unit",
22      "StatementList",
23      "void",
24      "AttributeStatement",
25      "AttributeList",
26      "Attribute",
27      "VertexStatement",
28      "Vertex",
29      "EdgeStatement",
30      "EdgeRHS",
31      "SubGraph",
32    };
33  }