public class UseFinder extends Object
| Constructor and Description |
|---|
UseFinder() |
UseFinder(ReachableMethods rm) |
| Modifier and Type | Method and Description |
|---|---|
List |
getExtCalls(SootClass sc) |
List |
getExtFieldAccesses(SootClass sc) |
List<SootField> |
getExtFields(SootClass sc) |
List<SootMethod> |
getExtMethods(SootClass sc) |
List |
getIntCalls(SootClass sc) |
List |
getIntFieldAccesses(SootClass sc) |
public UseFinder()
public UseFinder(ReachableMethods rm)
public List<SootMethod> getExtMethods(SootClass sc)
Copyright © 2020 Soot OSS. All rights reserved.