soot
Interface StmtPrinter
- All Known Implementing Classes:
- AEStmtPrinter, DefaultStmtPrinter
- public interface StmtPrinter
This interface describes a Statement Printer; implementers must
provide a printStatementsInBody
method, which writes
out a JimpleBody to a PrintWriter.
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)