soot.jimple
Class PrintJimpleBodyOption

java.lang.Object
  |
  +--soot.jimple.PrintJimpleBodyOption
Direct Known Subclasses:
PrintGrimpBodyOption

public class PrintJimpleBodyOption
extends java.lang.Object


Field Summary
static int DEBUG_MODE
           
static int NUMBERED
           
static int USE_ABBREVIATIONS
           
static int XML_OUTPUT
           
 
Constructor Summary
protected PrintJimpleBodyOption()
           
 
Method Summary
static boolean debugMode(int m)
           
static boolean numbered(int m)
           
static boolean useAbbreviations(int m)
           
static boolean xmlOutput(int m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PrintJimpleBodyOption

protected PrintJimpleBodyOption()
Method Detail

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)