class SyntaxTree::UntilNode

def accept(visitor)

def accept(visitor)
  visitor.visit_until(self)
end