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

Packages that use PInvokeExpr
soot.jimple.parser.node   
 

Uses of PInvokeExpr in soot.jimple.parser.node
 

Subclasses of PInvokeExpr in soot.jimple.parser.node
 class ADynamicInvokeExpr
           
 class ANonstaticInvokeExpr
           
 class AStaticInvokeExpr
           
 

Methods in soot.jimple.parser.node that return PInvokeExpr
 PInvokeExpr AInvokeStatement.getInvokeExpr()
           
 PInvokeExpr AInvokeExpression.getInvokeExpr()
           
 

Methods in soot.jimple.parser.node with parameters of type PInvokeExpr
 void AInvokeStatement.setInvokeExpr(PInvokeExpr node)
           
 void AInvokeExpression.setInvokeExpr(PInvokeExpr node)
           
 

Constructors in soot.jimple.parser.node with parameters of type PInvokeExpr
AInvokeExpression(PInvokeExpr _invokeExpr_)
           
AInvokeStatement(PInvokeExpr _invokeExpr_, TSemicolon _semicolon_)