Searched refs:get_exception (Results 1 – 13 of 13) sorted by relevance
102 errtext << this->get_rec()->get_state()->get_exception()->get_line() << ") ";103 errtext << " : error " << this->get_rec()->get_state()->get_exception()->getType()105 << this->get_rec()->get_state()->get_exception()->get_message();108 TreeType* theBaseTree = this->get_rec()->get_state()->get_exception()->get_token();
94 errtext << this->get_rec()->get_state()->get_exception()->get_line() << ") ";95 errtext << " : error " << this->get_rec()->get_state()->get_exception()->getType()97 << this->get_rec()->get_state()->get_exception()->get_message();101 const CommonTokenType* theToken = this->get_rec()->get_state()->get_exception()->get_token();105 << this->get_rec()->get_state()->get_exception()->get_charPositionInLine();317 ANTLR_INLINE typename Parser<ImplTraits>::ExceptionBaseType* Parser<ImplTraits>::get_exception() co… function in Parser319 return this->get_psrstate()->get_exception();
114 if(m_state->get_exception() != NULL)115 m_state->get_exception()->set_expecting(nextt);228 m_debugger->recognitionException( m_state->get_exception() );256 ExceptionBaseType* ex = m_state->get_exception();482 matchedSymbol = this->getMissingSymbol( is, m_state->get_exception(), ttype, follow);483 m_state->get_exception()->set_token( matchedSymbol );484 m_state->get_exception()->set_expecting(ttype);520 matchedSymbol = this->getMissingSymbol(is, m_state->get_exception(), follow);521 m_state->get_exception()->set_token(matchedSymbol);902 ExceptionBaseType* thisE = m_state->get_exception();
209 ExceptionBaseType* get_exception() const;
127 ExceptionBaseType* get_exception() const;
123 ExceptionBaseType* get_exception() const;
507 ANTLR_INLINE typename Lexer<ImplTraits>::ExceptionBaseType* Lexer<ImplTraits>::get_exception() const function in Lexer509 return this->get_lexstate()->get_exception();
41 RecognizerSharedState<ImplTraits, StreamType>::get_exception() const function in RecognizerSharedState
180 …BaseType::m_nextException = recognizer->get_state()->get_exception(); /* So we don't leak the memo…
26 self.text = self.get_exception()39 def get_exception(self): member in StackTreeItem
25 self.text = self.get_exception()38 def get_exception(self): member in StackTreeItem
545 def get_exception(self, exception_or_callable): member in BaseExceptionReportingTests690 e = self.get_exception(e)707 e = self.get_exception(e)
1670 this->get_exception()->set_expectingSet(NULL);1672 this->get_exception()->set_expectingSet( &FOLLOW_set_in_<ruleName><elementIndex> );