org.makumba.providers.datadefinition.mdd
Class MakumbaDumpASTVisitor

java.lang.Object
  extended by org.makumba.providers.datadefinition.mdd.MakumbaDumpASTVisitor
All Implemented Interfaces:
antlr.ASTVisitor

public class MakumbaDumpASTVisitor
extends Object
implements antlr.ASTVisitor

Version:
$Id: MakumbaDumpASTVisitor.java,v 1.1 13 Apr 2010 16:04:13 rudi Exp $
Author:
Manuel Gay

Field Summary
protected  int level
           
 
Constructor Summary
MakumbaDumpASTVisitor(boolean showClass)
           
 
Method Summary
 String toString(antlr.collections.AST node)
           
protected  void toString(antlr.collections.AST node, StringBuilder sb)
           
 void visit(antlr.collections.AST node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

protected int level
Constructor Detail

MakumbaDumpASTVisitor

public MakumbaDumpASTVisitor(boolean showClass)
Method Detail

toString

protected void toString(antlr.collections.AST node,
                        StringBuilder sb)

toString

public String toString(antlr.collections.AST node)

visit

public void visit(antlr.collections.AST node)
Specified by:
visit in interface antlr.ASTVisitor