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