Rename rules::RuleVisitor -> Visitor
This commit is contained in:
parent
6f444fcc79
commit
c10bcf4fab
22 changed files with 31 additions and 31 deletions
|
|
@ -10,7 +10,7 @@ namespace tree_sitter {
|
|||
String(std::string value);
|
||||
bool operator==(const Rule& other) const;
|
||||
std::string to_string() const;
|
||||
void accept(RuleVisitor &visitor) const;
|
||||
void accept(Visitor &visitor) const;
|
||||
|
||||
const std::string value;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue