refactoring the lattice implementation / having a way to declare the variable with...
authoryeom <yeom>
Tue, 15 Mar 2011 02:05:04 +0000 (02:05 +0000)
committeryeom <yeom>
Tue, 15 Mar 2011 02:05:04 +0000 (02:05 +0000)
commit56592cc31f611aead0817dde7a891ca83d7b43ed
treef06bea7860a05e6bf8020735ad582f318df43f0b
parenta4eea432ce784745c71cc700863951a8da6b2eea
refactoring the lattice implementation / having a way to declare the variable with delta locations(declared by using single-value annotation) / working on comparison of single,composite, and delta locations.
Robust/src/Analysis/SSJava/CompositeLocation.java [new file with mode: 0644]
Robust/src/Analysis/SSJava/FlowDownCheck.java
Robust/src/Analysis/SSJava/Location.java [new file with mode: 0644]
Robust/src/Analysis/SSJava/NTuple.java [new file with mode: 0644]
Robust/src/Analysis/SSJava/SSJavaAnalysis.java
Robust/src/IR/AnnotationDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/Parse/java14.cup
Robust/src/Util/Lattice.java