Class OfflineDynamicCallGraph
java.lang.Object
com.ibm.wala.shrike.cg.OfflineDynamicCallGraph
Class files are taken as input arguments (or if there are none, from standard input). The methods
in those files are instrumented: we insert a System.err.println() at ever method call, and a
System.err.println() at every method entry.
The instrumented classes are placed in the directory "output" under the current directory. Disassembled code is written to the file "report" under the current directory.
- Since:
- 10/18
- Author:
- CHammer, Julian Dolby (dolby@us.ibm.com)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OfflineDynamicCallGraph
public OfflineDynamicCallGraph()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException, InvalidClassFileException, Analyzer.FailureException
-