go/types.Interface.Method (method)
13 uses
go/types (current package)
interface.go#L117: func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
iter.go#L23: if !yield(t.Method(i)) {
mono.go#L248: do(typ.Method(i).Type())
go.pact.im/x/plumb/internal/gotypes
cmp.go#L106: ma, mb := a.Method(i), b.Method(i)
unify.go#L86: pm, cm := p.Method(i), c.Method(i)
golang.org/x/exp/apidiff
compatibility.go#L129: if m := t.Method(i); !m.Exported() {
correspondence.go#L276: ms[i] = iface.Method(i)
golang.org/x/tools/go/types/objectpath
objectpath.go#L492: m := T.Method(i)
objectpath.go#L910: obj = t.Method(index) // Id-ordered
golang.org/x/tools/go/types/typeutil
map.go#L283: m := t.Method(i)
golang.org/x/tools/internal/typeparams
free.go#L89: if w.Has(t.Method(i).Type()) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)