OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExceptionBaseType
(Results
1 - 8
of
8
) sorted by null
/external/antlr/runtime/Cpp/include/
antlr3treeparser.hpp
50
typedef typename ImplTraits::template ExceptionBase<TreeNodeStreamType>
ExceptionBaseType
;
83
ExceptionBaseType
* e,
91
void fillExceptionData(
ExceptionBaseType
* ex );
92
void displayRecognitionError( ANTLR_UINT8** tokenNames,
ExceptionBaseType
* ex );
antlr3baserecognizer.hpp
54
typedef typename ImplTraits::template
ExceptionBaseType
<StreamType>
ExceptionBaseType
;
476
UnitType* getMissingSymbol( IntStreamType* istream,
ExceptionBaseType
* e,
antlr3cyclicdfa.hpp
53
typedef typename CtxType::
ExceptionBaseType
ExceptionBaseType
;
antlr3lexer.hpp
84
typedef typename ImplTraits::template
ExceptionBaseType
<InputStreamType>
ExceptionBaseType
;
127
ExceptionBaseType
* get_exception() const;
230
void fillExceptionData(
ExceptionBaseType
* ex );
234
void displayRecognitionError( ANTLR_UINT8** tokenNames,
ExceptionBaseType
* ex);
236
TokenType* getMissingSymbol( IntStreamType* istream,
ExceptionBaseType
* e,
antlr3exception.hpp
64
typedef typename ImplTraits::template
ExceptionBaseType
<StreamType>
ExceptionBaseType
;
93
ExceptionBaseType
* m_nextException;
145
ExceptionBaseType
* get_nextException() const;
160
void set_nextException(
ExceptionBaseType
* nextException );
186
class ANTLR_Exception : public ImplTraits::template
ExceptionBaseType
<StreamType>
192
typedef typename ImplTraits::template
ExceptionBaseType
<StreamType> BaseType;
antlr3parser.hpp
59
typedef ANTLR_ExceptionBase<ImplTraits, TokenStreamType>
ExceptionBaseType
;
103
TokenType* getMissingSymbol( IntStreamType* istream,
ExceptionBaseType
* e,
112
void fillExceptionData(
ExceptionBaseType
* ex );
113
void displayRecognitionError( ANTLR_UINT8** tokenNames,
ExceptionBaseType
* ex );
123
ExceptionBaseType
* get_exception() const;
antlr3recognizersharedstate.hpp
66
typedef typename ImplTraits::template
ExceptionBaseType
<StreamType>
ExceptionBaseType
;
82
ExceptionBaseType
* m_exception;
209
ExceptionBaseType
* get_exception() const;
245
void set_exception(
ExceptionBaseType
* exception );
antlr3traits.hpp
61
class
ExceptionBaseType
: public Empty
241
class
ExceptionBaseType
: public TraitsOneArgSelector<
242
typename UserTraits<TraitsType>::template
ExceptionBaseType
<StreamType>,
244
typename UserTraits<TraitsType>::template
ExceptionBaseType
<StreamType>::BaseType
249
typename UserTraits<TraitsType>::template
ExceptionBaseType
<StreamType>,
251
typename UserTraits<TraitsType>::template
ExceptionBaseType
<StreamType>::BaseType
255
ExceptionBaseType
( const typename BaseTraitsType::StringType& message )
Completed in 271 milliseconds