public void resetContext(AstTransformer transformer = null) { this.transformer = transformer; }
public ErrorManager() { this.transformer = null; this.currentNode = null; this.errors = new List <CompilationError>(); }