type reflect.Method
9 uses
reflect (current package)
type.go#L60: Method(int) Method
type.go#L70: MethodByName(string) (Method, bool)
type.go#L569: type Method struct {
type.go#L802: func (t *rtype) Method(i int) (m Method) {
type.go#L836: func (t *rtype) MethodByName(name string) (m Method, ok bool) {
type.go#L843: return Method{}, false
type.go#L851: return Method{}, false
type.go#L1053: func (t *interfaceType) Method(i int) (m Method) {
type.go#L1075: func (t *interfaceType) MethodByName(name string) (m Method, ok bool) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |