class SyntaxTree::RegexpLiteral

def accept(visitor)

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