KDevelop API Documentation

NoViableAltException Class Reference

#include <NoViableAltException.hpp>

Inheritance diagram for NoViableAltException:

RecognitionException ANTLRException List of all members.

Public Member Functions

 NoViableAltException (RefAST t)
 NoViableAltException (RefToken t, const std::string &fileName_)
 ~NoViableAltException () throw ()
std::string getMessage () const
 Returns a clean error message (no line number/column information).


Public Attributes

const RefToken token
const RefAST node

Constructor & Destructor Documentation

NoViableAltException::NoViableAltException RefAST  t  ) 
 

Definition at line 17 of file NoViableAltException.cpp.

Referenced by NoViableAltException().

NoViableAltException::NoViableAltException RefToken  t,
const std::string &  fileName_
 

Definition at line 23 of file NoViableAltException.cpp.

References NoViableAltException(), and nullASTptr.

NoViableAltException::~NoViableAltException  )  throw () [inline]
 

Definition at line 28 of file NoViableAltException.hpp.


Member Function Documentation

std::string NoViableAltException::getMessage  )  const [virtual]
 

Returns a clean error message (no line number/column information).

Reimplemented from ANTLRException.

Definition at line 31 of file NoViableAltException.cpp.


Member Data Documentation

const RefAST NoViableAltException::node
 

Definition at line 23 of file NoViableAltException.hpp.

const RefToken NoViableAltException::token
 

Definition at line 22 of file NoViableAltException.hpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:04 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003