#include <SemanticException.hpp>
Public Member Functions | |
SemanticException (const ANTLR_USE_NAMESPACE(std) string &s) | |
SemanticException (const ANTLR_USE_NAMESPACE(std) string &s, const ANTLR_USE_NAMESPACE(std) string &fileName_, int line_, int column_) | |
~SemanticException () throw () |
Definition at line 18 of file SemanticException.hpp.
SemanticException::SemanticException | ( | const ANTLR_USE_NAMESPACE(std) string & | s | ) | [inline] |
Definition at line 20 of file SemanticException.hpp.
SemanticException::SemanticException | ( | const ANTLR_USE_NAMESPACE(std) string & | s, | |
const ANTLR_USE_NAMESPACE(std) string & | fileName_, | |||
int | line_, | |||
int | column_ | |||
) | [inline] |
Definition at line 24 of file SemanticException.hpp.
SemanticException::~SemanticException | ( | ) | throw () [inline] |
Definition at line 31 of file SemanticException.hpp.