Public Member Functions | |
FirstSets (const CFG &) | |
bool | includeFirstSet (const Item &, set< int > &) const |
Add the first set of the symbols after the position in the item to the argument set. | |
string | print (int width=0) const |
Definition at line 239 of file cfg.H.
|
Add the first set of the symbols after the position in the item to the argument set.
Definition at line 351 of file cfg.C. References Archon::Utilities::CFG::Symbol::index, Archon::Utilities::CFG::Item::position, Archon::Utilities::CFG::Item::production, Archon::Utilities::CFG::Item::rule, Archon::Utilities::CFG::rules, Archon::Utilities::set_include(), Archon::Utilities::CFG::Production::symbols, and Archon::Utilities::CFG::Symbol::type. Referenced by Archon::Utilities::ClrParser::ClrParser(), FirstSets(), and Archon::Utilities::CFG::FollowSets::FollowSets(). |