Uses of Interface
soot.jimple.InterfaceInvokeExpr

Packages that use InterfaceInvokeExpr
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.sootify   
soot.toolkits.exceptions   
 

Uses of InterfaceInvokeExpr in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement InterfaceInvokeExpr
 class DInterfaceInvokeExpr
           
 

Uses of InterfaceInvokeExpr in soot.grimp
 

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

Methods in soot.grimp with parameters of type InterfaceInvokeExpr
 void GrimpExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v)
           
 void GrimpExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v)
           
 

Uses of InterfaceInvokeExpr in soot.grimp.internal
 

Classes in soot.grimp.internal that implement InterfaceInvokeExpr
 class GInterfaceInvokeExpr
           
 

Uses of InterfaceInvokeExpr in soot.jimple
 

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

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

Uses of InterfaceInvokeExpr in soot.jimple.internal
 

Classes in soot.jimple.internal that implement InterfaceInvokeExpr
 class AbstractInterfaceInvokeExpr
           
 class JInterfaceInvokeExpr
           
 

Uses of InterfaceInvokeExpr in soot.sootify
 

Methods in soot.sootify with parameters of type InterfaceInvokeExpr
 void ValueTemplatePrinter.caseInterfaceInvokeExpr(InterfaceInvokeExpr v)
           
 void ValueTemplatePrinter.caseInterfaceInvokeExpr(InterfaceInvokeExpr v)
           
 

Uses of InterfaceInvokeExpr in soot.toolkits.exceptions
 

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