public class CollectConstants extends SceneTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<Constant,SootField> |
constantsToFields |
static java.lang.String[] |
dependancies |
static SootField |
field |
static java.lang.String |
name |
static java.util.HashMap<Type,java.util.List<Constant>> |
typesToValues |
debug, out, output
Constructor and Description |
---|
CollectConstants() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getDependencies()
Gets array of
jbco transformer code names on which current transformer depends on. |
java.lang.String |
getName()
Gets the code name of
jbco transformer implementation. |
protected void |
internalTransform(java.lang.String phaseName,
java.util.Map<java.lang.String,java.lang.String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
void |
outputSummary()
Prints summary of the produced changes.
|
transform, transform, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDebugEnabled, isVerbose
public static java.lang.String[] dependancies
public static java.lang.String name
public static SootField field
public void outputSummary()
IJbcoTransform
outputSummary
in interface IJbcoTransform
public java.lang.String[] getDependencies()
IJbcoTransform
jbco transformer
code names on which current transformer depends on.getDependencies
in interface IJbcoTransform
public java.lang.String getName()
IJbcoTransform
jbco transformer
implementation.getName
in interface IJbcoTransform
jbco transformer
protected void internalTransform(java.lang.String phaseName, java.util.Map<java.lang.String,java.lang.String> options)
SceneTransformer
internalTransform
in class SceneTransformer