Uses of Class
soot.toolkits.exceptions.ThrowableSet.Pair

Packages that use ThrowableSet.Pair
soot.toolkits.exceptions   
 

Uses of ThrowableSet.Pair in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions that return ThrowableSet.Pair
 ThrowableSet.Pair ThrowableSet.whichCatchableAs(RefType catcher)
          Partitions the exceptions in this ThrowableSet into those which would be caught by a handler with the passed catch parameter type and those which would not.
 ThrowableSet.Pair ThrowableSet.whichCatchableAs(RefType catcher)
          Partitions the exceptions in this ThrowableSet into those which would be caught by a handler with the passed catch parameter type and those which would not.