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, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDebugEnabled, isVerbose
public static final String name
public String getName()
IJbcoTransform
jbco transformer
implementation.getName
in interface IJbcoTransform
jbco transformer
public String[] getDependencies()
IJbcoTransform
jbco transformer
code names on which current transformer depends on.getDependencies
in interface IJbcoTransform
public void outputSummary()
IJbcoTransform
outputSummary
in interface IJbcoTransform
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformer
internalTransform
in class SceneTransformer
Copyright © 2021 Soot OSS. All rights reserved.