Ejemplo n.º 1
0
 public virtual AstNode VisitFormal(Formal ast)
 {
     return(ast);
 }
Ejemplo n.º 2
0
 CodeObject Ast.IAstVisitor <CodeObject> .VisitFormal(Ast.Formal ast)
 {
     throw new NotImplementedException();
 }