comparison ast/Exp.d @ 164:ba94fd563548

The symbol for the constructor a "new"-exp is calling is now stored in callSym in NewExp.
author Anders Johnsen <skabet@gmail.com>
date Tue, 22 Jul 2008 16:53:47 +0200
parents 0f38f1a0f06f
children 7982eb63c0eb
comparison
equal deleted inserted replaced
163:362265427838 164:ba94fd563548
517 return env.findType(this.newType.get); 517 return env.findType(this.newType.get);
518 } 518 }
519 519
520 Exp[] a_args, c_args; 520 Exp[] a_args, c_args;
521 Identifier newType; 521 Identifier newType;
522 Symbol callSym;
522 } 523 }
523 524
524 class PointerIdentifier : Identifier 525 class PointerIdentifier : Identifier
525 { 526 {
526 this(Identifier pointerOf) 527 this(Identifier pointerOf)