Documentation
¶
Index ¶
- type Opts
- type Scope
- func (s *Scope) AddBuiltin(b *object.Builtin) error
- func (s *Scope) AddBuiltins(funcs []*object.Builtin) error
- func (s *Scope) Clear()
- func (s *Scope) Contents() map[string]object.Object
- func (s *Scope) Declare(name string, obj object.Object, readOnly bool) error
- func (s *Scope) Get(name string) (object.Object, bool)
- func (s *Scope) IsReadOnly(name string) bool
- func (s *Scope) Keys() []string
- func (s *Scope) Name() string
- func (s *Scope) NewChild(opts Opts) *Scope
- func (s *Scope) Update(name string, obj object.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.