Class ScopeFileCallGraph
java.lang.Object
com.ibm.wala.examples.drivers.ScopeFileCallGraph
Driver that constructs a call graph for an application specified via a scope file. Useful for
getting some code to copy-paste.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ScopeFileCallGraph
public ScopeFileCallGraph()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, ClassHierarchyException, IllegalArgumentException, CallGraphBuilderCancelException Usage: ScopeFileCallGraph -scopeFile file_path [-entryClass class_name | -mainClass class_name]If given -mainClass, uses main() method of class_name as entrypoint. If given -entryClass, uses all public methods of class_name.
-