public virtual AstNode VisitFormal(Formal ast) { return(ast); }
CodeObject Ast.IAstVisitor <CodeObject> .VisitFormal(Ast.Formal ast) { throw new NotImplementedException(); }