Inheritance: AbstractCompiler
Exemple #1
0
 public void Setup()
 {
     this.writer = new StringWriter();
     this.compiler = new Compiler(new SourceWriter(this.writer));
 }