#include <dep_rules.h>
Public Member Functions | |
completerRule () | |
constructors | |
completerRule (const string &, const string &) | |
Constructor. | |
completerRule (const completerRule &) | |
Constructor. | |
completerRule & | operator= (const completerRule &) |
assignment | |
int | operator< (const completerRule &a) const |
Comparison. The more weight the higher priority. | |
Public Attributes | |
string | chunk |
string | leftChunk |
string | newNode |
string | operation |
string | dependenceLabel |
int | weight |
|
constructors
|
|
Constructor.
|
|
Constructor.
|
|
Comparison. The more weight the higher priority. The more weight the higher priority |
|
assignment
|
|
|
|
|
|
|
|
|
|
|
|
|