ANTLR3C  3.3.1
antlr3cyclicdfa.h File Reference
Include dependency graph for antlr3cyclicdfa.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  ANTLR3_CYCLIC_DFA_struct
 Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-) More...

Typedefs

typedef struct
ANTLR3_CYCLIC_DFA_struct 
ANTLR3_CYCLIC_DFA
 Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-)
typedef ANTLR3_INT32(* CDFA_SPECIAL_FUNC )(void *, pANTLR3_BASE_RECOGNIZER, pANTLR3_INT_STREAM, struct ANTLR3_CYCLIC_DFA_struct *, ANTLR3_INT32)

Typedef Documentation

Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-)