Uses of Class
soot.toolkits.exceptions.AbstractThrowAnalysis

Packages that use AbstractThrowAnalysis
soot.toolkits.exceptions   
 

Uses of AbstractThrowAnalysis in soot.toolkits.exceptions
 

Subclasses of AbstractThrowAnalysis in soot.toolkits.exceptions
 class PedanticThrowAnalysis
          A ThrowAnalysis that says that every unit can throw every possible exception type.
 class UnitThrowAnalysis
          A ThrowAnalysis which returns the set of runtime exceptions and errors that might be thrown by the bytecode instructions represented by a unit, as indicated by the Java Virtual Machine specification.