Changeset 2229
- Timestamp:
- 07/10/08 11:23:23 (16 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/astgen/Fortress.ast (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/astgen/Fortress.ast
r2183 r2229 1109 1109 * e.g.) length 1110 1110 */ 1111 VarRef(Id var, int lexicalDepth=- 1) implements Lhs;1111 VarRef(Id var, int lexicalDepth=-2147483648) implements Lhs; 1112 1112 /** 1113 1113 * A reference to a singleton object. Created at typechecking or disambiguation-time. … … 1147 1147 */ 1148 1148 abstract FunctionalRef(List<StaticArg> staticArgs 1149 = Collections.<StaticArg>emptyList(), int lexicalDepth=- 1);1149 = Collections.<StaticArg>emptyList(), int lexicalDepth=-2147483648); 1150 1150 /** 1151 1151 * expression with static instantiations … … 1356 1356 * named type 1357 1357 */ 1358 abstract NamedType(Id name, int lexicalDepth=- 1);1358 abstract NamedType(Id name, int lexicalDepth=-2147483648); 1359 1359 /** 1360 1360 * a type variable

