public class BuildIntermediateAppClasses extends SceneTransformer implements IJbcoTransform
Created on 1-Feb-2006
This class builds buffer classes between Application classes and their corresponding library superclasses. This allows for the hiding of all library method overrides to be hidden in a different class, thereby cloaking somewhat the mechanisms.
| Modifier and Type | Field and Description |
|---|---|
static String[] |
dependancies |
static String |
name |
debug, out, output| Constructor and Description |
|---|
BuildIntermediateAppClasses() |
| 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 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(String phaseName, Map<String,String> options)
SceneTransformerinternalTransform in class SceneTransformerCopyright © 2020 Soot OSS. All rights reserved.