public class JimpleWriter
extends soot.SceneTransformer
implements soot.HasPhaseOptions
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeclaredOptions() |
java.lang.String |
getDefaultOptions() |
java.lang.String |
getPhaseName() |
protected void |
internalTransform(java.lang.String phaseName,
java.util.Map options)
Write out the Jimple file.
|
static JimpleWriter |
v() |
public static JimpleWriter v()
public java.lang.String getPhaseName()
getPhaseName
in interface soot.HasPhaseOptions
public java.lang.String getDefaultOptions()
getDefaultOptions
in interface soot.HasPhaseOptions
public java.lang.String getDeclaredOptions()
getDeclaredOptions
in interface soot.HasPhaseOptions
protected void internalTransform(java.lang.String phaseName, java.util.Map options)
-p wjtp.writeJimple1 outputDirectory:jimple1
internalTransform
in class soot.SceneTransformer
phaseName
- The name of the phase, for example
wjtp.writeJimple2
.options
- The options Map. This method uses the
outdir
option to specify where the .jimple
file should be writtenClassWriter