Changeset 2299 for cobra/trunk/Source/CobraParser.cobra
- Timestamp:
- 03/05/10 04:41:04 (2 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/CobraParser.cobra (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/CobraParser.cobra
r2244 r2299 3637 3637 """ 3638 3638 3639 cue init(isNames as List<of String>, attributes as AttributeList, inheritsProxies as List<of ITypeProxy>, implementsProxies as List<of ITypeProxy>, addsProxies as List<of ITypeProxy>)3639 cue init(isNames as IList<of String>, attributes as AttributeList, inheritsProxies as List<of ITypeProxy>, implementsProxies as List<of ITypeProxy>, addsProxies as List<of ITypeProxy>) 3640 3640 base.init 3641 3641 _isNames = isNames … … 3645 3645 _addsProxies = addsProxies 3646 3646 3647 get isNames from var as List<of String>3647 get isNames from var as IList<of String> 3648 3648 3649 3649 get attributes from var as AttributeList



