1) Support final declaration for methods
authorbdemsky <bdemsky>
Thu, 13 Sep 2007 01:00:00 +0000 (01:00 +0000)
committerbdemsky <bdemsky>
Thu, 13 Sep 2007 01:00:00 +0000 (01:00 +0000)
commitcdb4db2ee2a231b03a46551d9fbd88087f1fdf06
tree69c6e50c75e1bd01c5be4e4e0ef673376e490764
parent70ae682d9d15ff633c2ebcc722a6e464073d2743
1) Support final declaration for methods
2) Make the start method of the thread class final...to prevent terrible things from happening
Robust/src/ClassLibrary/ThreadDSM.java
Robust/src/IR/Tree/Modifiers.java
Robust/src/IR/Tree/SemanticCheck.java
Robust/src/Runtime/thread.c