|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transform | |
soot | Base Soot classes, shared by different intermediate representations. |
soot.toolkits.graph.interaction |
Uses of Transform in soot |
Methods in soot that return Transform | |
Transform |
Pack.get(String phaseName)
|
Transform |
PackManager.getTransform(String phaseName)
|
Methods in soot with parameters of type Transform | |
void |
Pack.add(Transform t)
|
void |
Pack.insertAfter(Transform t,
String phaseName)
|
void |
Pack.insertBefore(Transform t,
String phaseName)
|
void |
RadioScenePack.add(Transform t)
|
void |
RadioScenePack.insertAfter(Transform t,
String phaseName)
|
void |
RadioScenePack.insertBefore(Transform t,
String phaseName)
|
Uses of Transform in soot.toolkits.graph.interaction |
Methods in soot.toolkits.graph.interaction with parameters of type Transform | |
void |
InteractionHandler.handleNewAnalysis(Transform t,
Body b)
|
void |
InteractionHandler.handleTransformDone(Transform t,
Body b)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |