Home
last modified time | relevance | path

Searched defs:GDLException (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlexception.cpp40 GDLException::GDLException(DLong eC, const string& s, bool pre, bool decorate): in GDLException() function in GDLException
67 GDLException::GDLException(const string& s, bool pre, bool decorate): in GDLException() function in GDLException
94 GDLException::GDLException(const RefDNode eN, const string& s): in GDLException() function in GDLException
119 GDLException::GDLException(DLong eC, const RefDNode eN, const string& s): in GDLException() function in GDLException
145 GDLException::GDLException(const ProgNodeP eN, const string& s, bool decorate, bool overWriteNode): in GDLException() function in GDLException
174 GDLException::GDLException(DLong eC, const ProgNodeP eN, const string& s, bool decorate, bool overW… in GDLException() function in GDLException
204 GDLException::GDLException(SizeT l, SizeT c, const string& s): in GDLException() function in GDLException
229 GDLException::GDLException(DLong eC, SizeT l, SizeT c, const string& s): in GDLException() function in GDLException
H A Dgdlexception.hpp32 class GDLException: public antlr::ANTLRException class
64 GDLException(): ANTLRException(), in GDLException() function in GDLException
73 GDLException( DLong eC): ANTLRException(), in GDLException() function in GDLException