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