Show
Ignore:
Timestamp:
10/15/09 22:35:20 (6 weeks ago)
Author:
sukyoungryu
Message:

[self-type idiom] Implemented the new self type. Rewrote SelfParamDisambiguator? in Scala. Eliminated comprises clauses from ZZ32 and RR64. Fixes here and there. Added a test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/astgen/Fortress.ast

    r4191 r4259  
    172172                 * trait or object declaration in components or APIs 
    173173                 * Name must be unqualified. 
     174                 * 
     175                 * selfType is introduced in r3713; 
     176                 * it is initialized by compiler.disambiguator.SelfParamDisambiguator. 
    174177                 */ 
    175178                abstract TraitObjectDecl(TraitTypeHeader header, Option<Type> selfType) implements Generic;