#include <evaluator.h>
Inheritance diagram for atlas::interpreter::type_error:


Public Member Functions | |
| type_error (const expr &e, type_ptr a, type_ptr r) throw () | |
| type_error (const type_error &e) | |
| ~type_error () throw () | |
Public Attributes | |
| expr | offender |
| const type_declarator * | actual |
| const type_declarator * | required |
|
||||||||||||||||
|
Definition at line 203 of file evaluator.h. |
|
|
Definition at line 340 of file evaluator.cpp. References actual, atlas::interpreter::copy(), required, and atlas::interpreter::type_ptr. |
|
|
Definition at line 207 of file evaluator.h. |
|
|
Definition at line 200 of file evaluator.h. Referenced by type_error(). |
|
|
Definition at line 199 of file evaluator.h. |
|
|
Definition at line 201 of file evaluator.h. Referenced by type_error(). |
1.3.9.1