Ejemplo n.º 1
0
 public void SetCompilerExecutor(CompilerExecutor executor)
 {
     compilerExecutor = executor;
 }
Ejemplo n.º 2
0
 public CompilerBuilder SetCompilerExecutor(CompilerExecutor exec)
 {
     compiler.SetCompilerExecutor(exec);
     return(this);
 }