Documentation ¶
Index ¶
- type Scope
- type SimpleScope
- func (s *SimpleScope) ForEachSymbol(fn func(sym symbol.Symbol))
- func (s *SimpleScope) GetSymbol(name string) symbol.Symbol
- func (s *SimpleScope) PutSymbol(l errlogger.ErrLogger, sym symbol.Symbol) bool
- func (s *SimpleScope) SetMissHandler(onMiss func(name string) symbol.Symbol)
- func (s *SimpleScope) Type() Type
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleScope ¶
type SimpleScope struct {
// contains filtered or unexported fields
}
func (*SimpleScope) ForEachSymbol ¶
func (s *SimpleScope) ForEachSymbol(fn func(sym symbol.Symbol))
func (*SimpleScope) SetMissHandler ¶
func (s *SimpleScope) SetMissHandler(onMiss func(name string) symbol.Symbol)
func (*SimpleScope) Type ¶
func (s *SimpleScope) Type() Type
Click to show internal directories.
Click to hide internal directories.