#include <scope.h>
Public Member Functions | |
virtual void | define (const symbol_t::kind_t kind, const string &name, expr_t::ptr_op_t def) |
virtual string | description () |
virtual expr_t::ptr_op_t | lookup (const symbol_t::kind_t kind, const string &name) |
symbol_scope_t () | |
symbol_scope_t (scope_t &_parent) | |
virtual value_t::type_t | type_context () const |
virtual bool | type_required () const |
virtual | ~symbol_scope_t () |
Public Attributes | |
scope_t * | parent |
Static Public Attributes | |
static scope_t * | default_scope |
static empty_scope_t * | empty_scope |
|
inlineexplicit |
Definition at line 250 of file scope.h.
References TRACE_CTOR.
|
inlineexplicit |
Definition at line 253 of file scope.h.
References TRACE_CTOR.
|
inlinevirtual |
Definition at line 256 of file scope.h.
References TRACE_DTOR.
|
virtual |
Reimplemented from ledger::child_scope_t.
Implements ledger::scope_t.
Reimplemented in ledger::session_t.
Definition at line 260 of file scope.h.
References assert, ledger::scope_t::description(), ledger::empty_string, and ledger::child_scope_t::parent.
|
virtual |
Reimplemented from ledger::child_scope_t.
Reimplemented in ledger::session_t.
|
inlinevirtualinherited |
Reimplemented in ledger::context_scope_t.
Definition at line 109 of file scope.h.
References ledger::value_t::VOID.
Reimplemented in ledger::context_scope_t.
|
staticinherited |
Definition at line 92 of file scope.h.
Referenced by ledger::global_scope_t::pop_report(), and ledger::global_scope_t::push_report().
|
staticinherited |
|
inherited |
Definition at line 138 of file scope.h.
Referenced by ledger::child_scope_t::define(), ledger::bind_scope_t::define(), description(), ledger::context_scope_t::description(), ledger::value_scope_t::description(), ledger::find_scope(), and ledger::child_scope_t::lookup().