net.claribole.zgrviewer.dot
Class DOTTreeTransformer

java.lang.Object
  extended byantlr.TreeParser
      extended bynet.claribole.zgrviewer.dot.DOTTreeTransformer
All Implemented Interfaces:
DOTTreeTransformerTokenTypes

public class DOTTreeTransformer
extends antlr.TreeParser
implements DOTTreeTransformerTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
static antlr.collections.impl.BitSet _tokenSet_0
           
 
Fields inherited from class antlr.TreeParser
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth
 
Fields inherited from interface net.claribole.zgrviewer.dot.DOTTreeTransformerTokenTypes
CMT, COLON, COMMA, CPP_COMMENT, D_EDGE_OP, DIGRAPH, EDGE, EOF, EQUAL, ESC, GRAPH, GT, HTML, ID, LABEL, LBR, LCUR, LT, ND_EDGE_OP, NODE, NULL_TREE_LOOKAHEAD, RBR, RCUR, SEMI, STRICT, SUBGRAPH, WS
 
Constructor Summary
DOTTreeTransformer()
           
 
Method Summary
 void a_list_edge(antlr.collections.AST _t)
           
 void a_list_generic_edge(antlr.collections.AST _t)
           
 void a_list_generic_node(antlr.collections.AST _t)
           
 void a_list_graph(antlr.collections.AST _t)
           
 boolean a_list_node(antlr.collections.AST _t)
           
 void attr_list_edge(antlr.collections.AST _t)
           
 void attr_list_generic_edge(antlr.collections.AST _t)
           
 void attr_list_generic_node(antlr.collections.AST _t)
           
 void attr_list_graph(antlr.collections.AST _t)
           
 void attr_stmt(antlr.collections.AST _t)
           
 java.lang.String cleanAttribute(java.lang.String value)
           
 void compass(antlr.collections.AST _t)
           
 void edges(antlr.collections.AST _t)
           
 void graph(antlr.collections.AST _t)
           
 void node_edge_subgraph_stmt(antlr.collections.AST _t)
           
 void node_id(antlr.collections.AST _t)
           
 void stmt_list(antlr.collections.AST _t)
           
 void stmt(antlr.collections.AST _t)
           
 void subgraph(antlr.collections.AST _t)
           
 
Methods inherited from class antlr.TreeParser
getAST, getASTFactory, getTokenName, getTokenNames, match, match, matchNot, panic, reportError, reportError, reportWarning, setASTFactory, setASTNodeClass, setASTNodeType, traceIn, traceIndent, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0
Constructor Detail

DOTTreeTransformer

public DOTTreeTransformer()
Method Detail

cleanAttribute

public java.lang.String cleanAttribute(java.lang.String value)

graph

public final void graph(antlr.collections.AST _t)
                 throws antlr.RecognitionException
Throws:
antlr.RecognitionException

stmt_list

public final void stmt_list(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

stmt

public final void stmt(antlr.collections.AST _t)
                throws antlr.RecognitionException
Throws:
antlr.RecognitionException

node_edge_subgraph_stmt

public final void node_edge_subgraph_stmt(antlr.collections.AST _t)
                                   throws antlr.RecognitionException
Throws:
antlr.RecognitionException

attr_stmt

public final void attr_stmt(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

edges

public final void edges(antlr.collections.AST _t)
                 throws antlr.RecognitionException
Throws:
antlr.RecognitionException

subgraph

public final void subgraph(antlr.collections.AST _t)
                    throws antlr.RecognitionException
Throws:
antlr.RecognitionException

node_id

public final void node_id(antlr.collections.AST _t)
                   throws antlr.RecognitionException
Throws:
antlr.RecognitionException

a_list_node

public final boolean a_list_node(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

attr_list_edge

public final void attr_list_edge(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

compass

public final void compass(antlr.collections.AST _t)
                   throws antlr.RecognitionException
Throws:
antlr.RecognitionException

attr_list_graph

public final void attr_list_graph(antlr.collections.AST _t)
                           throws antlr.RecognitionException
Throws:
antlr.RecognitionException

attr_list_generic_node

public final void attr_list_generic_node(antlr.collections.AST _t)
                                  throws antlr.RecognitionException
Throws:
antlr.RecognitionException

attr_list_generic_edge

public final void attr_list_generic_edge(antlr.collections.AST _t)
                                  throws antlr.RecognitionException
Throws:
antlr.RecognitionException

a_list_edge

public final void a_list_edge(antlr.collections.AST _t)
                       throws antlr.RecognitionException
Throws:
antlr.RecognitionException

a_list_generic_node

public final void a_list_generic_node(antlr.collections.AST _t)
                               throws antlr.RecognitionException
Throws:
antlr.RecognitionException

a_list_generic_edge

public final void a_list_generic_edge(antlr.collections.AST _t)
                               throws antlr.RecognitionException
Throws:
antlr.RecognitionException

a_list_graph

public final void a_list_graph(antlr.collections.AST _t)
                        throws antlr.RecognitionException
Throws:
antlr.RecognitionException


Copyright © 2004-2005 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.