Uses of Interface
soot.jimple.CaughtExceptionRef

Packages that use CaughtExceptionRef
soot.grimp Public classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of CaughtExceptionRef in soot.grimp
 

Methods in soot.grimp that return CaughtExceptionRef
 CaughtExceptionRef Grimp.newCaughtExceptionRef()
          Constructs a CaughtExceptionRef() grammar chunk.
 CaughtExceptionRef Grimp.newCaughtExceptionRef()
          Constructs a CaughtExceptionRef() grammar chunk.
 

Uses of CaughtExceptionRef in soot.jimple
 

Methods in soot.jimple that return CaughtExceptionRef
 CaughtExceptionRef Jimple.newCaughtExceptionRef()
          Constructs a CaughtExceptionRef() grammar chunk.
 CaughtExceptionRef Jimple.newCaughtExceptionRef()
          Constructs a CaughtExceptionRef() grammar chunk.
 

Methods in soot.jimple with parameters of type CaughtExceptionRef
protected  void PointerStmtSwitch.caseCatchStmt(Local dest, CaughtExceptionRef cer)
          A catch statement
protected  void PointerStmtSwitch.caseCatchStmt(Local dest, CaughtExceptionRef cer)
          A catch statement
 void AbstractJimpleValueSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void AbstractRefSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void RefSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void RefSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void AbstractRefSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void AbstractJimpleValueSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 

Uses of CaughtExceptionRef in soot.jimple.internal
 

Classes in soot.jimple.internal that implement CaughtExceptionRef
 class JCaughtExceptionRef
           
 

Uses of CaughtExceptionRef in soot.jimple.spark.builder
 

Methods in soot.jimple.spark.builder with parameters of type CaughtExceptionRef
 void MethodNodeFactory.caseCaughtExceptionRef(CaughtExceptionRef cer)
           
 void MethodNodeFactory.caseCaughtExceptionRef(CaughtExceptionRef cer)
           
 

Uses of CaughtExceptionRef in soot.sootify
 

Methods in soot.sootify with parameters of type CaughtExceptionRef
 void ValueTemplatePrinter.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void ValueTemplatePrinter.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 

Uses of CaughtExceptionRef in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type CaughtExceptionRef
 void UnitThrowAnalysis.ValueSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)
           
 void UnitThrowAnalysis.ValueSwitch.caseCaughtExceptionRef(CaughtExceptionRef v)