class Dentaku::AST::Negation

def accept(visitor)

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