|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsoot.Transformer
soot.SceneTransformer
ptolemy.copernicus.c.CWriter
public class CWriter
A transformer that writes C source code.
| Red (cxh) |
| Red (cxh) |
| Method Summary | |
|---|---|
boolean |
completedTransform()
Test if the internal transform associated with this writer has completed. |
java.lang.String |
getDeclaredOptions()
Get the options associated with the C Writer. |
void |
internalTransform(java.lang.String phaseName,
java.util.Map options)
Write out the C (.i, .h, interface Header) files. |
static CWriter |
v()
Return a new CWriter. |
| Methods inherited from class soot.SceneTransformer |
|---|
transform, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean completedTransform()
public java.lang.String getDeclaredOptions()
public void internalTransform(java.lang.String phaseName,
java.util.Map options)
-p wjtp.writeJimple1 outDir:jimple1
internalTransform 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 writtenpublic static CWriter v()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||