public class JimpleWriter
extends soot.SceneTransformer
implements soot.HasPhaseOptions
| Red (cxh) |
| Red (cxh) |
| 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.HasPhaseOptionspublic java.lang.String getDefaultOptions()
getDefaultOptions in interface soot.HasPhaseOptionspublic java.lang.String getDeclaredOptions()
getDeclaredOptions in interface soot.HasPhaseOptionsprotected void internalTransform(java.lang.String phaseName,
java.util.Map options)
-p wjtp.writeJimple1 outputDirectory:jimple1internalTransform in class soot.SceneTransformerphaseName - 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