comparison dmd/StructInitializer.d @ 51:b7d29f613539

StaticAssertStatement.syntaxCopy IfStatement.syntaxCopy CompoundDeclarationStatement.syntaxCopy VoidInitializer.syntaxCopy TypeAArray.syntaxCopy TypeTypeof.syntaxCopy TypeAArray.resolve TypeSArray.deduceType TypeAArray.deduceType TypeAArray.implicitConvTo TemplateDeclaration.leastAsSpecialized TemplateTypeParameter.dummyArg TypeIdentifier.deduceType TemplateTypeParameter.syntaxCopy Lexer.hexStringConstant Lexer.delimitedStringConstant GotoDefaultStatement.ctor CaseRangeStatement.ctor Type.castMod StorageClassDeclaration.syntaxCopy TemplateDeclaration.syntaxCopy
author korDen
date Sat, 21 Aug 2010 11:17:42 +0400
parents 7427ded8caf7
children 51605de93870
comparison
equal deleted inserted replaced
50:adf6f7f216ea 51:b7d29f613539
39 super(loc); 39 super(loc);
40 ad = null; 40 ad = null;
41 41
42 field = new Identifiers(); 42 field = new Identifiers();
43 value = new Initializers(); 43 value = new Initializers();
44
45 vars = new Array();
44 } 46 }
45 47
46 Initializer syntaxCopy() 48 Initializer syntaxCopy()
47 { 49 {
48 StructInitializer ai = new StructInitializer(loc); 50 StructInitializer ai = new StructInitializer(loc);