Changeset 1605 for cobra/trunk/Source/Expr.cobra
- Timestamp:
- 08/28/08 07:42:22 (4 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Expr.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Expr.cobra
r1603 r1605 1495 1495 i += 1 1496 1496 name = '_ch_ext_init_[.serialNum]' # ch = class helper, ext = extended, init = initializer 1497 m = Method(token.copy('ID', name), box, name, paramsForDecl, _type, nil, ['shared', 'private'], AttributeList(), '') 1498 m.isCompilerGenerated = true 1497 m = Method(token.copy('ID', name), box, name, paramsForDecl, _type, nil, ['shared', 'private'], AttributeList(), '', isCompilerGenerated=true) 1499 1498 m.locals.add(LocalVar(token.copy('ID', 'obj'), .type)) 1500 1499
