Fix inner class bug: the inner class cannot correctly refer to outer class' fields...
authorjzhou <jzhou>
Thu, 10 Nov 2011 19:33:30 +0000 (19:33 +0000)
committerjzhou <jzhou>
Thu, 10 Nov 2011 19:33:30 +0000 (19:33 +0000)
commit55ac50bf986c3efb942aa04ff72ef16b6a9e9ab1
tree8c9107d2875197152fdebd4b209910af58ce5590
parent1fffd91e99db27f5353bb6da0ccf27995fd36fdc
Fix inner class bug: the inner class cannot correctly refer to outer class' fields/methods and cannot refre to its super class' fields too
Robust/src/IR/SymbolTable.java
Robust/src/IR/Tree/SemanticCheck.java
Robust/src/Tests/inner.java