ANTLR3C
3.3.1
|
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 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) |