soot.tools
Class BadFields

java.lang.Object
  |
  +--soot.Transformer
        |
        +--soot.SceneTransformer
              |
              +--soot.tools.BadFields

public class BadFields
extends SceneTransformer


Constructor Summary
BadFields()
           
 
Method Summary
protected  void internalTransform(java.lang.String phaseName, java.util.Map options)
          Performs the transformation on the Scene, under the given phaseName and with the given Options.
static void main(java.lang.String[] args)
           
 
Methods inherited from class soot.SceneTransformer
transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadFields

public BadFields()
Method Detail

main

public static void main(java.lang.String[] args)

internalTransform

protected void internalTransform(java.lang.String phaseName,
                                 java.util.Map options)
Description copied from class: SceneTransformer
Performs the transformation on the Scene, under the given phaseName and with the given Options.
Overrides:
internalTransform in class SceneTransformer