#include <basic_dfa_generator.hh>
Collaboration diagram for BasicDfaGenerator:
Public Methods | |
BasicDfaGenerator (ITokenSpec &tokens_, PropRegistry ®istry_) | |
BasicDfaSpec& | createBasicDfa (const LexicalStateSpec &state) |
Private Attributes | |
ITokenSpec& | tokens |
PropRegistry& | registry |
Definition at line 64 of file basic_dfa_generator.hh.
|
Creates a new BasicDfaGenerator object. Definition at line 67 of file basic_dfa_generator.cc. |
|
Creates a new BasicDfaSpec object for the given scanner lexical state. The steps performed are:
Definition at line 232 of file basic_dfa_generator.cc. |
|
The list of tokens of the scanner for which this DFA is generated. Definition at line 96 of file basic_dfa_generator.hh. |
|
The registry object from where options are read. If CppCC was compiled with debug support, internal data is dumped if the "debug" option is enabled. Definition at line 103 of file basic_dfa_generator.hh. |