Loading...
Searching...
No Matches
ledger::symbol_scope_t Class Reference

#include <scope.h>

+ Inheritance diagram for ledger::symbol_scope_t:
+ Collaboration diagram for ledger::symbol_scope_t:

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_tparent
 

Static Public Attributes

static scope_tdefault_scope
 
static empty_scope_tempty_scope
 

Detailed Description

Definition at line 243 of file scope.h.

Constructor & Destructor Documentation

◆ symbol_scope_t() [1/2]

ledger::symbol_scope_t::symbol_scope_t ( )
inlineexplicit

Definition at line 250 of file scope.h.

References TRACE_CTOR.

◆ symbol_scope_t() [2/2]

ledger::symbol_scope_t::symbol_scope_t ( scope_t & _parent)
inlineexplicit

Definition at line 253 of file scope.h.

References TRACE_CTOR.

◆ ~symbol_scope_t()

virtual ledger::symbol_scope_t::~symbol_scope_t ( )
inlinevirtual

Definition at line 256 of file scope.h.

References TRACE_DTOR.

Member Function Documentation

◆ define()

virtual void ledger::symbol_scope_t::define ( const symbol_t::kind_t kind,
const string & name,
expr_t::ptr_op_t def )
virtual

Reimplemented from ledger::child_scope_t.

◆ description()

virtual string ledger::symbol_scope_t::description ( )
inlinevirtual

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.

+ Here is the call graph for this function:

◆ lookup()

virtual expr_t::ptr_op_t ledger::symbol_scope_t::lookup ( const symbol_t::kind_t kind,
const string & name )
virtual

Reimplemented from ledger::child_scope_t.

Reimplemented in ledger::session_t.

◆ type_context()

virtual value_t::type_t ledger::scope_t::type_context ( ) const
inlinevirtualinherited

Reimplemented in ledger::context_scope_t.

Definition at line 109 of file scope.h.

References ledger::value_t::VOID.

◆ type_required()

virtual bool ledger::scope_t::type_required ( ) const
inlinevirtualinherited

Reimplemented in ledger::context_scope_t.

Definition at line 112 of file scope.h.

Member Data Documentation

◆ default_scope

scope_t* ledger::scope_t::default_scope
staticinherited

◆ empty_scope

empty_scope_t* ledger::scope_t::empty_scope
staticinherited

Definition at line 93 of file scope.h.

◆ parent


The documentation for this class was generated from the following file: