soot.jimple
Class PrintJimpleBodyOption
java.lang.Object
|
+--soot.jimple.PrintJimpleBodyOption
- Direct Known Subclasses:
- PrintGrimpBodyOption
- public class PrintJimpleBodyOption
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USE_ABBREVIATIONS
public static final int USE_ABBREVIATIONS
- See Also:
- Constant Field Values
DEBUG_MODE
public static final int DEBUG_MODE
- See Also:
- Constant Field Values
NUMBERED
public static final int NUMBERED
- See Also:
- Constant Field Values
XML_OUTPUT
public static final int XML_OUTPUT
- See Also:
- Constant Field Values
PrintJimpleBodyOption
protected PrintJimpleBodyOption()
useAbbreviations
public static boolean useAbbreviations(int m)
numbered
public static boolean numbered(int m)
debugMode
public static boolean debugMode(int m)
xmlOutput
public static boolean xmlOutput(int m)