public class BafLineNumberer extends BodyTransformer implements IJbcoTransform
| Modifier and Type | Field and Description |
|---|---|
static String |
name |
debug, out, output| Constructor and Description |
|---|
BafLineNumberer() |
| 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 static String name
public void outputSummary()
IJbcoTransformoutputSummary in interface IJbcoTransformpublic 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 transformerprotected 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 © 2020 Soot OSS. All rights reserved.