Home
last modified time | relevance | path

Searched refs:get_expecting (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm178 if ($e->get_expecting == ANTLR::Runtime::Token->EOF) {
181 $token_name = $token_names->[$e->get_expecting];
188 if ($e->get_expecting == ANTLR::Runtime::Token->EOF) {
191 $token_name = $token_names->[$e->get_expecting];
203 . ' expecting set ' . $e->get_expecting;
206 . ' expecting set ' . $e->get_expecting;
DMismatchedTokenException.pm21 sub get_expecting { subroutine
/external/antlr/runtime/Cpp/include/
Dantlr3exception.hpp146 ANTLR_UINT32 get_expecting() const;
Dantlr3exception.inl47 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_expecting() const function in ANTLR_ExceptionBase