Ejemplo n.º 1
0
 public void resetContext(AstTransformer transformer = null)
 {
     this.transformer = transformer;
 }
Ejemplo n.º 2
0
 public ErrorManager()
 {
     this.transformer = null;
     this.currentNode = null;
     this.errors      = new List <CompilationError>();
 }