Esempio n. 1
0
 public object VisitErrorStatement(ErrorStatementAst errorStatementAst)
 {
     // TODO: why is there no public constructor for ast with nested asts?
     return(errorStatementAst.Copy());
 }
 public virtual StatementAst VisitErrorStatement(ErrorStatementAst errorStatementAst)
 {
     return((ErrorStatementAst)errorStatementAst.Copy());
 }