public class LibraryMethodWrappersBuilder extends SceneTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static ArrayList<SootMethod> |
builtByMe |
static String[] |
dependancies |
static String |
name |
debug, out, output
Constructor and Description |
---|
LibraryMethodWrappersBuilder() |
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 ArrayList<SootMethod> builtByMe
public String[] getDependancies()
getDependancies
in interface IJbcoTransform
public String getName()
getName
in interface IJbcoTransform
public void outputSummary()
outputSummary
in interface IJbcoTransform
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformer
internalTransform
in class SceneTransformer