|
Public Member Functions |
| rule (const string &, const list< string > &, const int) |
| Constructors of the subclass rule.
|
| rule (const rule &r) |
| rule () |
rule & | operator= (const rule &) |
void | set_governor (const int) |
| set rule governor
|
unsigned int | get_governor (void) const |
| get rule governor
|
string | get_head () const |
| get rule head.
|
list< string > | get_right () const |
| get right part of the rule.
|
Protected Attributes |
string | head |
| Head of the rule.
|
list< string > | right |
| Right part of the rule.
|
int | gov |
| Position of the rule Governor of.
|