As discussed with Prof. Demsky/Jim, the constructor of inner class now by default...
authorspikeuci <spikeuci>
Tue, 25 Oct 2011 00:01:10 +0000 (00:01 +0000)
committerspikeuci <spikeuci>
Tue, 25 Oct 2011 00:01:10 +0000 (00:01 +0000)
commit4d01d7420be4da58e941ff1966dd2163dd5ec8ce
tree2898ac791bc2d963fa025618bab7a5f19c163fb8
parent12ffcf813efb340592fce904ebacf5ce16df3c4c
As discussed with Prof. Demsky/Jim, the constructor of inner class now by default takes the surrounding class arg based on the scope and the block statement for initializing is also set up. TODO: redirect inner class references to surrounding class. the test case substituting thisbash.outerclass works in the current build
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Tree/CreateObjectNode.java
Robust/src/IR/Tree/SemanticCheck.java
Robust/src/Parse/java14.cup