public class DalvikThrowAnalysis extends UnitThrowAnalysis
UnitThrowAnalysis.UnitSwitch, UnitThrowAnalysis.ValueSwitchmgr| Constructor and Description |
|---|
DalvikThrowAnalysis(Singletons.Global g)
Constructs a
DalvikThrowAnalysis for inclusion in
Soot's global variable manager, G. |
| Modifier and Type | Method and Description |
|---|---|
protected ThrowableSet |
defaultResult() |
protected UnitThrowAnalysis.UnitSwitch |
unitSwitch() |
static DalvikThrowAnalysis |
v()
Returns the single instance of
DalvikThrowAnalysis. |
protected UnitThrowAnalysis.ValueSwitch |
valueSwitch() |
mightThrow, mightThrow, mightThrow, mightThrowImplicitly, mightThrowImplicitlymightThrowExplicitly, mightThrowExplicitlypublic DalvikThrowAnalysis(Singletons.Global g)
DalvikThrowAnalysis for inclusion in
Soot's global variable manager, G.g - guarantees that the constructor may only be called
from Singletons.public static DalvikThrowAnalysis v()
DalvikThrowAnalysis.UnitThrowAnalysis.protected ThrowableSet defaultResult()
defaultResult in class UnitThrowAnalysisprotected UnitThrowAnalysis.UnitSwitch unitSwitch()
unitSwitch in class UnitThrowAnalysisprotected UnitThrowAnalysis.ValueSwitch valueSwitch()
valueSwitch in class UnitThrowAnalysis