Fixes so that our unit tests now pass. Single and multi imports currently only work...
authorstephey <stephey>
Thu, 21 Apr 2011 23:40:14 +0000 (23:40 +0000)
committerstephey <stephey>
Thu, 21 Apr 2011 23:40:14 +0000 (23:40 +0000)
commitf3c29c50aa7dfb5240574bdc2e4d2121bdc9e6b8
tree177087841ba21b2ecc9a55932a8229e84d3cbd49
parentcc49a7b0b58d134b52f69f5407f2a31f6e1d9c87
Fixes so that our unit tests now pass. Single and multi imports currently only work on .java file classes (i.e. no internal classes). Packages work more than 1 layer deep now.

TODO: Add support for importing subclasses
Add support for implicit imports (i.e. dir1.dir2.obj o = new dir1.dir2.obj(); calls).

P.S. Jin told me to put in the .goal file
Robust/src/IR/NameDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/Tests/output/StaticInnerClassTest.output.goal [new file with mode: 0644]