#include <environment.h>
Inheritance diagram for celx::Environment:

Public Member Functions | |
| virtual void | bind (const std::string &, const Value &)=0 |
| Environment () | |
| virtual Environment * | getParent () const =0 |
| virtual Value * | lookup (const std::string &) const =0 |
| virtual | ~Environment () |
|
|
Definition at line 16 of file environment.cpp. 00017 {
00018 }
|
|
|
Definition at line 20 of file environment.cpp. 00021 {
00022 }
|
|
||||||||||||
|
Implemented in celx::GlobalEnvironment. Referenced by celx::VarStatement::execute(). |
|
|
Implemented in celx::GlobalEnvironment. |
|
|
Implemented in celx::GlobalEnvironment. |
1.4.1