method call first draft almost finished. Need to go back and make sure shadow nodes...
authorjjenista <jjenista>
Fri, 22 Aug 2008 23:30:50 +0000 (23:30 +0000)
committerjjenista <jjenista>
Fri, 22 Aug 2008 23:30:50 +0000 (23:30 +0000)
commit46e66cbd2e781e6e5fea233d611abfe06eb5f084
treea3a76a8fe5ede7cfa18efd28fb9ebdb166e6bc89
parent21ce4adf7bcd53baab74a1cfb6eff87efb4ff679
method call first draft almost finished.  Need to go back and make sure shadow nodes of allocation sites start with the same beta info as callee node, EXCEPT switching the tokens to the shadow versions.

Also need to implement pruning of new caller edges by field name and type.

Also need to implement "major age" that merges shadow nodes into the normal nodes of the allocation sites so the graph is back to normal capacity.
Robust/src/Analysis/OwnershipAnalysis/AllocationSite.java
Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java
Robust/src/Analysis/OwnershipAnalysis/OwnershipGraph.java