Updated CallGraph to keep an inverse map (callee->caller set)
authorjjenista <jjenista>
Tue, 19 Feb 2008 22:23:09 +0000 (22:23 +0000)
committerjjenista <jjenista>
Tue, 19 Feb 2008 22:23:09 +0000 (22:23 +0000)
commitf0b01b967f4ae1974eff877aee851db287086f20
treecf838eb9e47d05056f14fd7c4f6544380a91d62e
parentabd8e0d2e04202e9c6c25873742495b2f3461bf8
Updated CallGraph to keep an inverse map (callee->caller set)
Robust/src/Analysis/CallGraph/CallGraph.java
Robust/src/Tests/CallGraph/makefile [new file with mode: 0644]
Robust/src/Tests/CallGraph/reduceDotFile [new file with mode: 0755]
Robust/src/Tests/CallGraph/testCallGraph.java [new file with mode: 0644]