soot.toolkits.astmetrics
Class metricPrettyPrinter

java.lang.Object
  extended by polyglot.visit.PrettyPrinter
      extended by soot.toolkits.astmetrics.metricPrettyPrinter

public class metricPrettyPrinter
extends polyglot.visit.PrettyPrinter

Author:
Michael Batchelder Created on 12-Apr-2006

Field Summary
 
Fields inherited from class polyglot.visit.PrettyPrinter
appendSemicolon, printType
 
Constructor Summary
metricPrettyPrinter(ASTMetric astMetric)
           
 
Method Summary
 void print(polyglot.ast.Node parent, polyglot.ast.Node child, polyglot.util.CodeWriter w)
           
 
Methods inherited from class polyglot.visit.PrettyPrinter
appendSemicolon, appendSemicolon, printAst, printType, printType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

metricPrettyPrinter

public metricPrettyPrinter(ASTMetric astMetric)
Method Detail

print

public void print(polyglot.ast.Node parent,
                  polyglot.ast.Node child,
                  polyglot.util.CodeWriter w)
Overrides:
print in class polyglot.visit.PrettyPrinter