public object Accept(ASTVisitor visitor, object options = null) { return(visitor.DoForFuncDef(this, options)); }