Uses of Interface
soot.jimple.SpecialInvokeExpr

Packages that use SpecialInvokeExpr
soot Base Soot classes, shared by different intermediate representations. 
soot.dava.internal.javaRep   
soot.grimp Public classes for the Grimp intermediate representation. 
soot.grimp.internal Internal, messy, implementation-specific 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.toolkits.callgraph   
soot.sootify   
soot.toolkits.exceptions   
 

Uses of SpecialInvokeExpr in soot
 

Methods in soot with parameters of type SpecialInvokeExpr
 SootMethod FastHierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie, SootMethod container)
          Returns the target for the given SpecialInvokeExpr.
 SootMethod Hierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie, SootMethod container)
          Returns the target for the given SpecialInvokeExpr.
 SootMethod Hierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie, SootMethod container)
          Returns the target for the given SpecialInvokeExpr.
 SootMethod FastHierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie, SootMethod container)
          Returns the target for the given SpecialInvokeExpr.
 

Uses of SpecialInvokeExpr in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement SpecialInvokeExpr
 class DSpecialInvokeExpr
           
 

Uses of SpecialInvokeExpr in soot.grimp
 

Methods in soot.grimp that return SpecialInvokeExpr
 SpecialInvokeExpr Grimp.newSpecialInvokeExpr(Local base, SootMethodRef method, List args)
          Constructs a SpecialInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
 SpecialInvokeExpr Grimp.newSpecialInvokeExpr(Local base, SootMethodRef method, List args)
          Constructs a SpecialInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
 

Methods in soot.grimp with parameters of type SpecialInvokeExpr
 void GrimpExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void GrimpExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 

Uses of SpecialInvokeExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement SpecialInvokeExpr
 class GSpecialInvokeExpr
           
 

Uses of SpecialInvokeExpr in soot.jimple
 

Methods in soot.jimple that return SpecialInvokeExpr
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, List args)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, List args)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, Value arg)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, Value arg)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, Value arg1, Value arg2)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 SpecialInvokeExpr Jimple.newSpecialInvokeExpr(Local base, SootMethodRef method, Value arg1, Value arg2)
          Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
 

Methods in soot.jimple with parameters of type SpecialInvokeExpr
 void AbstractExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void AbstractJimpleValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void ExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void ExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void AbstractJimpleValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void AbstractExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 

Uses of SpecialInvokeExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement SpecialInvokeExpr
 class AbstractSpecialInvokeExpr
           
 class JSpecialInvokeExpr
           
 

Uses of SpecialInvokeExpr in soot.jimple.toolkits.callgraph
 

Methods in soot.jimple.toolkits.callgraph with parameters of type SpecialInvokeExpr
 SootMethod VirtualCalls.resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
           
 SootMethod VirtualCalls.resolveSpecial(SpecialInvokeExpr iie, NumberedString subSig, SootMethod container)
           
 

Uses of SpecialInvokeExpr in soot.sootify
 

Methods in soot.sootify with parameters of type SpecialInvokeExpr
 void ValueTemplatePrinter.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 void ValueTemplatePrinter.caseSpecialInvokeExpr(SpecialInvokeExpr v)
           
 

Uses of SpecialInvokeExpr in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type SpecialInvokeExpr
 void UnitThrowAnalysis.ValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr expr)
           
 void UnitThrowAnalysis.ValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr expr)