public class LibraryMethodWrappersBuilder extends SceneTransformer implements IJbcoTransform
Created on 7-Feb-2006
| Modifier and Type | Field and Description |
|---|---|
static List<SootMethod> |
builtByMe |
static String[] |
dependencies |
static String |
name |
debug, out, output| Constructor and Description |
|---|
LibraryMethodWrappersBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDependencies()
Gets array of
jbco transformer code names on which current transformer depends on. |
String |
getName()
Gets the code name of
jbco transformer implementation. |
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()
Prints summary of the produced changes.
|
transform, transform, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDebugEnabled, isVerbosepublic static final String name
public static final String[] dependencies
public static List<SootMethod> builtByMe
public String[] getDependencies()
IJbcoTransformjbco transformer code names on which current transformer depends on.getDependencies in interface IJbcoTransformpublic String getName()
IJbcoTransformjbco transformer implementation.getName in interface IJbcoTransformjbco transformerpublic void outputSummary()
IJbcoTransformoutputSummary in interface IJbcoTransformprotected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformerinternalTransform in class SceneTransformerCopyright © 2020 Soot OSS. All rights reserved.