class YARP::MissingNode

def accept(visitor)

def accept: (visitor: Visitor) -> void
def accept(visitor)
  visitor.visit_missing_node(self)
end