A MultiViewMap is a generalization of the VarSrcTokTable in OoOJava. It is cumbersom...
authorjjenista <jjenista>
Wed, 21 Sep 2011 21:08:35 +0000 (21:08 +0000)
committerjjenista <jjenista>
Wed, 21 Sep 2011 21:08:35 +0000 (21:08 +0000)
commit377441d83b7624ae72886e6f1f6b8963d6a7b8b1
tree893bdf7e65dd14d24676d04241f111365397645b
parent078c9e696cb503f7c52b5b9d79fc1630b772877a
A MultiViewMap is a generalization of the VarSrcTokTable in OoOJava.  It is cumbersome to set up, but very powerful, and it will serve as the underlying implementation of the four maps in Definite Reachability Analysis.  When that is implemented, check there for examples of MultiViewMap in the wild.
Robust/src/Util/JoinOp.java [new file with mode: 0644]
Robust/src/Util/JoinOpInteger.java [new file with mode: 0644]
Robust/src/Util/MultiKey.java [new file with mode: 0644]
Robust/src/Util/MultiViewMap.java [new file with mode: 0644]
Robust/src/Util/MultiViewMapBuilder.java [new file with mode: 0644]
Robust/src/Util/UnitTests/MultiViewMapTest.java [new file with mode: 0644]
Robust/src/Util/UnitTests/makefile [new file with mode: 0644]