antlr3-CDFA_SPECIAL_FUNC (3) - Linux Manuals

NAME

include/antlr3cyclicdfa.h -

SYNOPSIS


#include <antlr3baserecognizer.h>
#include <antlr3intstream.h>

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 ;-).

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

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)

Author

Generated automatically by Doxygen for ANTLR3C from the source code.