Home
last modified time | relevance | path

Searched refs:get_exception (Results 1 – 13 of 13) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.inl102 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();
Dantlr3parser.inl94 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 Parser
319 return this->get_psrstate()->get_exception();
Dantlr3baserecognizer.inl114 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();
Dantlr3recognizersharedstate.hpp209 ExceptionBaseType* get_exception() const;
Dantlr3lexer.hpp127 ExceptionBaseType* get_exception() const;
Dantlr3parser.hpp123 ExceptionBaseType* get_exception() const;
Dantlr3lexer.inl507 ANTLR_INLINE typename Lexer<ImplTraits>::ExceptionBaseType* Lexer<ImplTraits>::get_exception() const function in Lexer
509 return this->get_lexstate()->get_exception();
Dantlr3recognizersharedstate.inl41 RecognizerSharedState<ImplTraits, StreamType>::get_exception() const function in RecognizerSharedState
Dantlr3exception.inl180 …BaseType::m_nextException = recognizer->get_state()->get_exception(); /* So we don't leak the memo…
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py26 self.text = self.get_exception()
39 def get_exception(self): member in StackTreeItem
/external/python/cpython2/Lib/idlelib/
DStackViewer.py25 self.text = self.get_exception()
38 def get_exception(self): member in StackTreeItem
/external/python/cpython3/Lib/test/
Dtest_traceback.py545 def get_exception(self, exception_or_callable): member in BaseExceptionReportingTests
690 e = self.get_exception(e)
707 e = self.get_exception(e)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1670 this->get_exception()->set_expectingSet(NULL);
1672 this->get_exception()->set_expectingSet( &FOLLOW_set_in_<ruleName><elementIndex> );