Rename rules::RuleVisitor -> Visitor
This commit is contained in:
parent
6f444fcc79
commit
c10bcf4fab
22 changed files with 31 additions and 31 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace tree_sitter {
|
||||
namespace rules {
|
||||
class TransitionsVisitor : public RuleVisitor {
|
||||
class TransitionsVisitor : public Visitor {
|
||||
public:
|
||||
TransitionMap<Rule> value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue