Sponsor:

Your company here, and a link to your site. Click to find out more.

antlr3cyclicdfa.h - Man Page

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.

Referenced By

The man page antlr3-CDFA_SPECIAL_FUNC(3) is an alias of antlr3cyclicdfa.h(3).

Tue Feb 27 2024 00:00:00 Version 3.3.1 ANTLR3C