Added the this() explicit constructor invocation which is very similar to super(...
authorjjenista <jjenista>
Mon, 10 May 2010 22:22:17 +0000 (22:22 +0000)
committerjjenista <jjenista>
Mon, 10 May 2010 22:22:17 +0000 (22:22 +0000)
commite9e33066e1961c46a5d73afb7983688165315d93
tree86bb40f5649f5f936fad764da381325dfea6c0b6
parent38a717fbf70c2aea848169658a07777d5d306cf7
Added the this() explicit constructor invocation which is very similar to super() already part of the compiler.  This helps when porting benchmarks that use this invocation
Robust/src/IR/Tree/BuildIR.java
Robust/src/Parse/java14.cup
Robust/src/Tests/explicitConstrInvok/makefile [new file with mode: 0644]
Robust/src/Tests/explicitConstrInvok/test.java [new file with mode: 0644]