Changeset 2229

Show
Ignore:
Timestamp:
07/10/08 11:23:23 (17 months ago)
Author:
dr2chase
Message:

Change to Fortress.ast, missed from previous commit

Files:
1 modified

Legend:

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

    r2183 r2229  
    11091109                     * e.g.) length 
    11101110                     */ 
    1111                     VarRef(Id var, int lexicalDepth=-1) implements Lhs; 
     1111                    VarRef(Id var, int lexicalDepth=-2147483648) implements Lhs; 
    11121112                    /** 
    11131113                     * A reference to a singleton object. Created at typechecking or disambiguation-time. 
     
    11471147                     */ 
    11481148                    abstract FunctionalRef(List<StaticArg> staticArgs 
    1149                                              = Collections.<StaticArg>emptyList(), int lexicalDepth=-1); 
     1149                                             = Collections.<StaticArg>emptyList(), int lexicalDepth=-2147483648); 
    11501150                        /** 
    11511151                         * expression with static instantiations 
     
    13561356                 * named type 
    13571357                 */ 
    1358                 abstract NamedType(Id name, int lexicalDepth=-1); 
     1358                abstract NamedType(Id name, int lexicalDepth=-2147483648); 
    13591359                    /** 
    13601360                     * a type variable