Versions in this module Expand all Collapse all v0 v0.5.7 Dec 5, 2020 Changes in this version + func Callee(info *types.Info, call *ast.CallExpr) types.Object + func Dependencies(pkgs ...*types.Package) []*types.Package + func IntuitiveMethodSet(T types.Type, msets *MethodSetCache) []*types.Selection + func StaticCallee(info *types.Info, call *ast.CallExpr) *types.Func + type Hasher struct + func MakeHasher() Hasher + func (h Hasher) Hash(t types.Type) uint32 + type Map struct + func (m *Map) At(key types.Type) interface{} + func (m *Map) Delete(key types.Type) bool + func (m *Map) Iterate(f func(key types.Type, value interface{})) + func (m *Map) Keys() []types.Type + func (m *Map) KeysString() string + func (m *Map) Len() int + func (m *Map) Set(key types.Type, value interface{}) (prev interface{}) + func (m *Map) SetHasher(hasher Hasher) + func (m *Map) String() string + type MethodSetCache struct + func (cache *MethodSetCache) MethodSet(T types.Type) *types.MethodSet