nitc :: RegexVisitor :: defaultinit
private class RegexVisitor super Visitor var toolcontext: ToolContext redef fun visit(n) do n.accept_regex_visitor(self) end