class YARP::XStringNode

def accept(visitor)

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