Uses of Class
soot.dava.toolkits.base.AST.traversals.ASTParentNodeFinder

Packages that use ASTParentNodeFinder
soot.dava   
 

Uses of ASTParentNodeFinder in soot.dava
 

Methods in soot.dava with parameters of type ASTParentNodeFinder
 List<ASTStatementSequenceNode> MethodCallFinder.createChangedBodyPart(InvokeStmt s, List body, ASTParentNodeFinder finder)
           
 List<ASTStatementSequenceNode> MethodCallFinder.createChangedBodyPart(InvokeStmt s, List body, ASTParentNodeFinder finder)
           
 boolean MethodCallFinder.replaceSubBody(InvokeStmt s, List<ASTStatementSequenceNode> newChangedBodyPart, ASTParentNodeFinder finder)
           
 boolean MethodCallFinder.replaceSubBody(InvokeStmt s, List<ASTStatementSequenceNode> newChangedBodyPart, ASTParentNodeFinder finder)