Property definitions

nitc $ RegexVisitor :: defaultinit
private class RegexVisitor
	super Visitor

	var toolcontext: ToolContext

	redef fun visit(n) do n.accept_regex_visitor(self)
end
src/frontend/regex_phase.nit:38,1--44,3