#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.
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001