soot
Interface StmtPrinter

All Known Implementing Classes:
DefaultStmtPrinter, XMLStmtPrinter

public interface StmtPrinter

This interface describes a Statement Printer; implementers must provide a printStatementsInBody method, which writes out a JimpleBody to a PrintWriter.


Method Summary
 void printDebugStatementsInBody(Body b, java.io.PrintWriter out, boolean isPrecise)
           
 void printStatementsInBody(Body body, java.io.PrintWriter out, boolean isPrecise, boolean isNumbered)
          Prints the given JimpleBody to the specified PrintWriter.
 

Method Detail

printStatementsInBody

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


printDebugStatementsInBody

public void printDebugStatementsInBody(Body b,
                                       java.io.PrintWriter out,
                                       boolean isPrecise)