#include <dep_rules.h>
Inheritance diagram for rule_expression:
Public Member Functions | |
rule_expression () | |
Constructor. | |
rule_expression (const string &) | |
Constructor. | |
virtual | ~rule_expression () |
bool | find (const string &) const |
Search for a value in the list of a expression. | |
virtual bool | eval (dep_tree::iterator, dep_tree::iterator) const =0 |
Protected Attributes | |
set< string > | valueList |
|
Constructor.
|
|
Constructor.
|
|
|
|
Implemented in check_and, check_not, check_side, check_A_lemma, check_S_lemma, check_S_category, and check_A_wordclass. |
|
Search for a value in the list of a expression.
|
|
|