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