#include <YCode.h>
Inheritance diagram for YError:
Public Member Functions | |
YError (int line=0, const char *msg=0) | |
~YError () | |
YCPValue | evaluate (bool cse=false) |
string | toString () const |
std::ostream & | toStream (std::ostream &str) const |
constTypePtr | type () const |
Private Member Functions | |
REP_BODY (YError) | |
Private Attributes | |
int | m_line |
const char * | m_msg |
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YCode. |
|
|
|
writes YCode to a stream see Bytecode for read Implements YCode. |
|
Returns an ASCII representation of the YCode. Reimplemented from YCode. |
|
return type (interesting mostly for function calls) Reimplemented from YCode. |
|
|
|
|