Uses of Interface
soot.baf.ThrowInst

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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of ThrowInst in soot.baf
 

Methods in soot.baf that return ThrowInst
 ThrowInst Baf.newThrowInst()
           
 ThrowInst Baf.newThrowInst()
           
 

Methods in soot.baf with parameters of type ThrowInst
 void InstSwitch.caseThrowInst(ThrowInst i)
           
 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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type ThrowInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseThrowInst(ThrowInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseThrowInst(ThrowInst i)
           
 

Uses of ThrowInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type ThrowInst
 void UnitThrowAnalysis.UnitSwitch.caseThrowInst(ThrowInst i)
           
 void UnitThrowAnalysis.UnitSwitch.caseThrowInst(ThrowInst i)
           
 ThrowableSet AbstractThrowAnalysis.mightThrowExplicitly(ThrowInst t)
           
 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.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 AbstractThrowAnalysis.mightThrowExplicitly(ThrowInst t)
           
abstract  ThrowableSet AbstractThrowAnalysis.mightThrowImplicitly(ThrowInst t)
           
 ThrowableSet PedanticThrowAnalysis.mightThrowImplicitly(ThrowInst t)
          Returns the set of all Throwables 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.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)
           
 ThrowableSet UnitThrowAnalysis.mightThrowImplicitly(ThrowInst t)
           
 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 PedanticThrowAnalysis.mightThrowImplicitly(ThrowInst t)
          Returns the set of all Throwables 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.
abstract  ThrowableSet AbstractThrowAnalysis.mightThrowImplicitly(ThrowInst t)