|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThrowInst | |
soot.baf | Public classes for the Baf intermediate representation. |
soot.baf.internal | Internal, messy, implementation-specific classes for the Baf intermediate representation. |
soot.toolkits.exceptions |
Uses of ThrowInst in soot.baf |
Methods in soot.baf that return ThrowInst | |
ThrowInst |
Baf.newThrowInst()
|
Methods in soot.baf with parameters of type ThrowInst | |
void |
InstSwitch.caseThrowInst(ThrowInst i)
|
Uses of ThrowInst in soot.baf.internal |
Classes in soot.baf.internal that implement ThrowInst | |
class |
BThrowInst
|
Uses of ThrowInst in soot.toolkits.exceptions |
Methods in soot.toolkits.exceptions with parameters of type ThrowInst | |
ThrowableSet |
AbstractThrowAnalysis.mightThrowExplicitly(ThrowInst t)
|
abstract ThrowableSet |
AbstractThrowAnalysis.mightThrowImplicitly(ThrowInst t)
|
ThrowableSet |
PedanticThrowAnalysis.mightThrowImplicitly(ThrowInst t)
Returns the set of all Throwable s as the set
of types that a throw instruction may throw implicitly,
that is, the possible types of errors which might arise in
the course of executing the throw instruction, rather
than the type of the throw 's operand. |
ThrowableSet |
ThrowAnalysis.mightThrowExplicitly(ThrowInst t)
Returns a set representing the Throwable types that
the specified throw instruction might throw explicitly, that is,
the possible types for its Throwable argument. |
ThrowableSet |
ThrowAnalysis.mightThrowImplicitly(ThrowInst t)
Returns a set representing the Throwable types that
the specified throw instruction might throw implicitly, that is,
the possible types of errors which might arise in the course
of executing the throw instruction, rather than
the type of the throw 's operand. |
ThrowableSet |
UnitThrowAnalysis.mightThrowImplicitly(ThrowInst t)
|
void |
UnitThrowAnalysis.UnitSwitch.caseThrowInst(ThrowInst i)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |