Package sootup.core.util.printer
Class JimplePrinter
java.lang.Object
sootup.core.util.printer.JimplePrinter
Prints out a class and all its methods.
modified by Linghui Luo, 11.10.2018
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
void
printTo
(StmtGraph<?> graph, PrintWriter out) void
printTo
(StmtGraph<?> graph, PrintWriter out, LabeledStmtPrinter printer) void
printTo
(Body body, PrintWriter out) void
printTo
(Body body, PrintWriter out, LabeledStmtPrinter printer) Prints out the method corresponding to body Body, (declaration and body), in the textual format corresponding to the IR used to encode body body.void
printTo
(SootClass cl, PrintWriter out) void
printTo
(SootClass cl, PrintWriter out, LabeledStmtPrinter printer) void
setJimpleLnNum
(int newVal) void
-
Constructor Details
-
JimplePrinter
-
-
Method Details
-
setOption
-
clearOption
-
getJimpleLnNum
public int getJimpleLnNum() -
setJimpleLnNum
public void setJimpleLnNum(int newVal) -
incJimpleLnNum
public void incJimpleLnNum() -
printTo
-
printTo
-
printTo
-
printTo
Prints out the method corresponding to body Body, (declaration and body), in the textual format corresponding to the IR used to encode body body. -
printTo
-
printTo
-