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


Public Member Functions | |
| identifier_expression (Hash_table::id_type id) | |
| virtual | ~identifier_expression () |
| virtual void | evaluate () const |
| virtual void | print (std::ostream &out) const |
Public Attributes | |
| Hash_table::id_type | code |
|
|
Definition at line 372 of file evaluator.h. |
|
|
Definition at line 373 of file evaluator.h. |
|
|
|
Implements atlas::interpreter::expression_base. Definition at line 1241 of file evaluator.cpp. References code, atlas::interpreter::main_hash_table, and atlas::interpreter::Hash_table::name_of(). |
|
|
Definition at line 370 of file evaluator.h. Referenced by evaluate(), and print(). |
1.3.9.1