Lines Matching defs:ANTLR3_EXCEPTION_struct
103 typedef struct ANTLR3_EXCEPTION_struct struct
115 ANTLR3_UINT32 type;
119 void * name;
128 void * message;
132 pANTLR3_STRING streamName;
137 ANTLR3_BOOLEAN freeMessage;
142 ANTLR3_MARKER index;
148 void * token;
152 ANTLR3_UINT32 expecting;
158 pANTLR3_BITSET_LIST expectingSet;
163 void * node;
167 ANTLR3_UCHAR c;
193 struct ANTLR3_EXCEPTION_struct * nextException; argument
207 void (*print) (struct ANTLR3_EXCEPTION_struct * ex); argument
208 void (*freeEx) (struct ANTLR3_EXCEPTION_struct * ex); argument