public class CollectConstants extends SceneTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static HashMap<Constant,SootField> |
constantsToFields |
static String[] |
dependancies |
static SootField |
field |
static String |
name |
static HashMap<Type,List<Constant>> |
typesToValues |
debug, out, output
Constructor and Description |
---|
CollectConstants() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDependancies() |
String |
getName() |
protected void |
internalTransform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
void |
outputSummary() |
transform, transform, transform
public static String[] dependancies
public static String name
public static SootField field
public void outputSummary()
outputSummary
in interface IJbcoTransform
public String[] getDependancies()
getDependancies
in interface IJbcoTransform
public String getName()
getName
in interface IJbcoTransform
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformer
internalTransform
in class SceneTransformer