#include <pdl_rule.h>
Collaboration diagram for rule_s:
Data Fields | |
const char* | state |
Name of the state. | |
const char* | true_branch |
Name of the true_branch, or 0 if none. | |
const char* | false_branch |
Name of the false_branch, or 0 if none. | |
unsigned int | lineno |
Line number where rule appeared. | |
struct rule_s* | next |
Next rule, or 0 if none. |
Definition at line 40 of file pdl_rule.h.