This completes the barebones versions of inner class, we are now able to access field...
authorspikeuci <spikeuci>
Fri, 28 Oct 2011 20:35:43 +0000 (20:35 +0000)
committerspikeuci <spikeuci>
Fri, 28 Oct 2011 20:35:43 +0000 (20:35 +0000)
commitd1350d6f287dec8a788f4a5812975dfb01b38cc0
tree9d2aa8f6023cf8c6ac03f58b5f8aa7d2ff6ed0f0
parent6bd15231e5793c0a64bd92f3a44445577ea5c4a4
This completes the barebones versions of inner class, we are now able to access fields of surrounding classes in any level, need to check for compatibility with language spec especially use of statics and so forth
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Tree/SemanticCheck.java
Robust/src/Tests/innerclass/inner.java