soot
Interface HasPhaseOptions

All Known Implementing Classes:
BodyPack, CallGraphPack, JavaToJimpleBodyPack, JimpleBodyPack, Pack, RadioScenePack, ScenePack, Transform

public interface HasPhaseOptions

Interface for things like Packs and phases that have phase options.


Method Summary
 String getDeclaredOptions()
           
 String getDefaultOptions()
           
 String getPhaseName()
           
 

Method Detail

getDeclaredOptions

String getDeclaredOptions()

getDefaultOptions

String getDefaultOptions()

getPhaseName

String getPhaseName()