soot
Interface HasPhaseOptions

All Known Implementing Classes:
Pack, Transform

public interface HasPhaseOptions

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


Method Summary
 java.lang.String getDeclaredOptions()
           
 java.lang.String getDefaultOptions()
           
 java.lang.String getPhaseName()
           
 

Method Detail

getDeclaredOptions

public java.lang.String getDeclaredOptions()

getDefaultOptions

public java.lang.String getDefaultOptions()

getPhaseName

public java.lang.String getPhaseName()