public class CollectConstants extends SceneTransformer implements IJbcoTransform
| Modifier and Type | Field and Description |
|---|---|
static HashMap<Constant,SootField> |
constantsToFields |
static String |
name |
debug, out, output| Constructor and Description |
|---|
CollectConstants() |
| 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 String getName()
IJbcoTransformjbco transformer implementation.getName in interface IJbcoTransformjbco transformerpublic String[] getDependencies()
IJbcoTransformjbco transformer code names on which current transformer depends on.getDependencies in interface IJbcoTransformpublic void outputSummary()
IJbcoTransformoutputSummary in interface IJbcoTransformprotected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformerinternalTransform in class SceneTransformerCopyright © 2021 Soot OSS. All rights reserved.