Public Methods | |
virtual bool | operator() (ReNode &n) |
Definition at line 182 of file basic_dfa_generator.cc.
|
This gets called for each regexp node during the traversal. If for some reason continuing the traversal becomes unnecessary, the operator should return false. If it should continue with the rest of the unvisited nodes, it should return true. Reimplemented from ReNodeAlgo. Definition at line 186 of file basic_dfa_generator.cc. |