go/types.Interface.Method (method)
5 uses
go/types (current package)
interface.go#L117: func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
mono.go#L242: do(typ.Method(i).Type())
golang.org/x/exp/apidiff
compatibility.go#L129: if m := t.Method(i); !m.Exported() {
correspondence.go#L262: ms[i] = iface.Method(i)
golang.org/x/tools/internal/gcimporter
bexport.go#L472: p.method(t.Method(i))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)