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>


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.


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 on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002