Exemplo n.º 1
0
 public object Accept(ASTVisitor visitor, object options = null)
 {
     return(visitor.DoForFuncDef(this, options));
 }