Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

rule_s Struct Reference

Structure keeps track of the state and the true/false braches. More...

#include <pdl_rule.h>

Collaboration diagram for rule_s:

Collaboration graph
[legend]

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.


Detailed Description

Structure keeps track of the state and the true/false braches.

Definition at line 40 of file pdl_rule.h.


The documentation for this struct was generated from the following file:
Generated at Tue Sep 23 15:48:52 2003 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001