public class Jimple2BafLocalBuilder extends BodyTransformer implements IJbcoTransform
| Modifier and Type | Field and Description |
|---|---|
static String[] |
dependancies |
static String |
name |
debug, out, output| Constructor and Description |
|---|
Jimple2BafLocalBuilder() |
| 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(Body b,
String phaseName,
Map<String,String> options)
This method is called to perform the transformation itself.
|
void |
outputSummary()
Prints summary of the produced changes.
|
transform, transform, transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDebugEnabled, isVerbosepublic 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(Body b, String phaseName, Map<String,String> options)
BodyTransformerinternalTransform in class BodyTransformerb - the body on which to apply the transformationphaseName - the phasename for this transform; not typically used by implementations.options - the actual computed options; a combination of default options and Scene specified options.Copyright © 2021 Soot OSS. All rights reserved.