comparison trunk/src/dil/ast/Declaration.d @ 791:5fe89bb8cbdd

Implemented syntax tree copying.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 26 Feb 2008 20:13:41 +0100
parents 3b34f6a95a27
children
comparison
equal deleted inserted replaced
790:a83a07f6233d 791:5fe89bb8cbdd
38 final void setProtection(Protection prot) 38 final void setProtection(Protection prot)
39 { 39 {
40 this.prot = prot; 40 this.prot = prot;
41 } 41 }
42 42
43 override abstract Declaration copy();
43 } 44 }