net.claribole.zgrviewer.dot
Class DOTRecordWalker

java.lang.Object
  extended byantlr.TreeParser
      extended bynet.claribole.zgrviewer.dot.DOTRecordWalker
All Implemented Interfaces:
DOTRecordTokenTypes

public class DOTRecordWalker
extends antlr.TreeParser
implements DOTRecordTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
 
Fields inherited from class antlr.TreeParser
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth
 
Fields inherited from interface net.claribole.zgrviewer.dot.DOTRecordTokenTypes
APOS, EOF, ESC, GT, LCUR, LT, NULL_TREE_LOOKAHEAD, PIPE, RCUR, STR, WS
 
Constructor Summary
DOTRecordWalker()
           
 
Method Summary
 void fieldID(antlr.collections.AST _t, net.claribole.zgrviewer.dot.Record r)
           
 void record_label(antlr.collections.AST _t, java.lang.Object g, net.claribole.zgrviewer.dot.Record r)
           
 void record(antlr.collections.AST _t, java.lang.Object root, net.claribole.zgrviewer.dot.Record r)
           
 void sibling_field(antlr.collections.AST _t, java.lang.Object g, net.claribole.zgrviewer.dot.Record r)
           
 
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
Constructor Detail

DOTRecordWalker

public DOTRecordWalker()
Method Detail

record

public final void record(antlr.collections.AST _t,
                         java.lang.Object root,
                         net.claribole.zgrviewer.dot.Record r)
                  throws antlr.RecognitionException,
                         java.lang.Exception
Throws:
antlr.RecognitionException
java.lang.Exception

record_label

public final void record_label(antlr.collections.AST _t,
                               java.lang.Object g,
                               net.claribole.zgrviewer.dot.Record r)
                        throws antlr.RecognitionException,
                               java.lang.Exception
Throws:
antlr.RecognitionException
java.lang.Exception

sibling_field

public final void sibling_field(antlr.collections.AST _t,
                                java.lang.Object g,
                                net.claribole.zgrviewer.dot.Record r)
                         throws antlr.RecognitionException,
                                java.lang.Exception
Throws:
antlr.RecognitionException
java.lang.Exception

fieldID

public final void fieldID(antlr.collections.AST _t,
                          net.claribole.zgrviewer.dot.Record r)
                   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.