soot.baf
Class PrintBafBodyOption

java.lang.Object
  |
  +--soot.baf.PrintBafBodyOption

public class PrintBafBodyOption
extends java.lang.Object


Field Summary
static int DEBUG_MODE
           
static int USE_ABBREVIATIONS
           
 
Constructor Summary
protected PrintBafBodyOption()
           
 
Method Summary
static boolean debugMode(int m)
           
static boolean useAbbreviations(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
Constructor Detail

PrintBafBodyOption

protected PrintBafBodyOption()
Method Detail

useAbbreviations

public static boolean useAbbreviations(int m)

debugMode

public static boolean debugMode(int m)