Public Methods | |
FollowPosGen (vBitset *table_) | |
virtual bool | operator() (ReNode &n) |
Public Attributes | |
vBitset* | table |
Definition at line 110 of file basic_dfa_generator.cc.
|
Definition at line 114 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 116 of file basic_dfa_generator.cc. |
|
Definition at line 139 of file basic_dfa_generator.cc. |