Rename static 'Build' methods to 'build'
This commit is contained in:
parent
34d96909d1
commit
a0d9da9d5c
12 changed files with 22 additions and 22 deletions
|
|
@ -11,7 +11,7 @@ namespace rules {
|
|||
class Seq : public Rule {
|
||||
public:
|
||||
Seq(rule_ptr left, rule_ptr right);
|
||||
static rule_ptr Build(const std::vector<rule_ptr> &rules);
|
||||
static rule_ptr build(const std::vector<rule_ptr> &rules);
|
||||
|
||||
bool operator==(const Rule &other) const;
|
||||
size_t hash_code() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue