Add support for static inner classes in mgc version. Currently we only implemented...
authorjzhou <jzhou>
Fri, 29 Oct 2010 00:15:37 +0000 (00:15 +0000)
committerjzhou <jzhou>
Fri, 29 Oct 2010 00:15:37 +0000 (00:15 +0000)
commit1e3592cf43dc30654d012beae56a1d65546a59ad
tree52929a5ee4685b434bdd011c9afc604a800e46de
parent30e6ed69eb0d956c7a4e1675fe3ff13b2ceb3c58
Add support for static inner classes in mgc version. Currently we only implemented limited features. Do not support Outer.Inner yet. Also only use inner class's name to identify the class instead of Outer.Inner which may cause bugs if there are two inner classes with the same name but with different surrounding classes.
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/Parse/java14.cup