type reflect.Method
12 uses
reflect (current package)
badlinkname.go#L94: func badlinkname_rtype_Method(*rtype, int) Method
badlinkname.go#L97: func badlinkname_rtype_MethodByName(*rtype, string) (Method, bool)
type.go#L61: Method(int) Method
type.go#L71: MethodByName(string) (Method, bool)
type.go#L442: type Method struct {
type.go#L459: func (m Method) IsExported() bool {
type.go#L616: func (t *rtype) Method(i int) (m Method) {
type.go#L650: func (t *rtype) MethodByName(name string) (m Method, ok bool) {
type.go#L657: return Method{}, false
type.go#L679: return Method{}, false
type.go#L975: func (t *interfaceType) Method(i int) (m Method) {
type.go#L997: func (t *interfaceType) MethodByName(name string) (m Method, ok bool) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |