Uses of Class
soot.jimple.parser.node.TInterfaceinvoke

Packages that use TInterfaceinvoke
soot.jimple.parser.analysis   
soot.jimple.parser.node   
 

Uses of TInterfaceinvoke in soot.jimple.parser.analysis
 

Methods in soot.jimple.parser.analysis with parameters of type TInterfaceinvoke
 void AnalysisAdapter.caseTInterfaceinvoke(TInterfaceinvoke node)
           
 void Analysis.caseTInterfaceinvoke(TInterfaceinvoke node)
           
 

Uses of TInterfaceinvoke in soot.jimple.parser.node
 

Methods in soot.jimple.parser.node that return TInterfaceinvoke
 TInterfaceinvoke AInterfaceNonstaticInvoke.getInterfaceinvoke()
           
 

Methods in soot.jimple.parser.node with parameters of type TInterfaceinvoke
 void AInterfaceNonstaticInvoke.setInterfaceinvoke(TInterfaceinvoke node)
           
 

Constructors in soot.jimple.parser.node with parameters of type TInterfaceinvoke
AInterfaceNonstaticInvoke(TInterfaceinvoke _interfaceinvoke_)