soot.jimple
Class DefaultLocalPrinter

java.lang.Object
  |
  +--soot.jimple.DefaultLocalPrinter
All Implemented Interfaces:
LocalPrinter

public class DefaultLocalPrinter
extends java.lang.Object
implements LocalPrinter


Method Summary
 void printLocalsInBody(Body body, java.io.PrintWriter out, boolean isPrecise)
          Prints the given JimpleBody to the specified PrintWriter.
static DefaultLocalPrinter v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

v

public static DefaultLocalPrinter v()

printLocalsInBody

public void printLocalsInBody(Body body,
                              java.io.PrintWriter out,
                              boolean isPrecise)
Prints the given JimpleBody to the specified PrintWriter.

Specified by:
printLocalsInBody in interface LocalPrinter