#include <pdl_rule.h>
| 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. | |
| rule_s * | next | 
| Next rule, or 0 if none. | |
Definition at line 47 of file pdl_rule.h.
 1.3.5
 
1.3.5