DFA_ARC Struct Reference

Transition arc of DFA. More...

#include <dfa.h>


Data Fields

short label
 Input(=category ID) corresponding to this arc.
int to_state
 Next state to move.
struct _dfa_arc * next
 Pointer to the next arc in the same state, NULL if last.


Detailed Description

Transition arc of DFA.

Definition at line 53 of file dfa.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:16 2007 for Julius by  doxygen 1.5.4