Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

FollowPosGen Class Reference

Inheritance diagram for FollowPosGen:

Inheritance graph
[legend]
Collaboration diagram for FollowPosGen:

Collaboration graph
[legend]
List of all members.

Public Methods

 FollowPosGen (vBitset *table_)
virtual bool operator() (ReNode &n)

Public Attributes

vBitsettable

Detailed Description

Implements the FOLLOWPOS table generation algorithm.

Definition at line 110 of file basic_dfa_generator.cc.


Constructor & Destructor Documentation

FollowPosGen::FollowPosGen ( vBitset * table_ ) [inline]
 

Definition at line 114 of file basic_dfa_generator.cc.


Member Function Documentation

bool FollowPosGen::operator() ( ReNode & n ) [inline, virtual]
 

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.


Member Data Documentation

vBitset * FollowPosGen::table
 

Definition at line 139 of file basic_dfa_generator.cc.


The documentation for this class was generated from the following file:
Generated at Tue Jul 9 21:07:05 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001