Lines Matching refs:Ex
173 template<class ImplTraits, ExceptionType Ex, class StreamType>
175 ANTLR_Exception<ImplTraits, Ex, StreamType>::ANTLR_Exception(BaseRecognizerType* recognizer, const …
185 template<class ImplTraits, ExceptionType Ex, class StreamType>
186 ANTLR_UINT32 ANTLR_Exception<ImplTraits, Ex, StreamType>::getType() const
188 return static_cast<ANTLR_UINT32>(Ex);
191 template<class ImplTraits, ExceptionType Ex, class StreamType>
192 void ANTLR_Exception<ImplTraits, Ex, StreamType>::print() const
200 fprintf(stderr, "ANTLR3_EXCEPTION number %d (%08X).\n", Ex, Ex);
208 template<class ImplTraits, ExceptionType Ex, class StreamType>
209 typename ANTLR_Exception<ImplTraits, Ex, StreamType>::StringType
210 ANTLR_Exception<ImplTraits, Ex, StreamType>::getName() const
224 return StringType(exArray[Ex]);
227 template<class ImplTraits, ExceptionType Ex, class StreamType>
228 void ANTLR_Exception<ImplTraits, Ex, StreamType>::displayRecognitionError( ANTLR_UINT8** tokenNames…
231 switch( Ex )