type reflect.Method
17 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#L66: Method(int) Method
type.go#L70: Methods() iter.Seq[Method]
type.go#L84: MethodByName(string) (Method, bool)
type.go#L470: type Method struct {
type.go#L487: func (m Method) IsExported() bool {
type.go#L644: func (t *rtype) Method(i int) (m Method) {
type.go#L678: func (t *rtype) MethodByName(name string) (m Method, ok bool) {
type.go#L685: return Method{}, false
type.go#L707: return Method{}, false
type.go#L973: func (t *rtype) Methods() iter.Seq[Method] {
type.go#L974: return func(yield func(Method) bool) {
type.go#L1044: func (t *interfaceType) Method(i int) (m Method) {
type.go#L1066: func (t *interfaceType) MethodByName(name string) (m Method, ok bool) {
value.go#L2669: func (v Value) Methods() iter.Seq2[Method, Value] {
value.go#L2670: return func(yield func(Method, Value) bool) {
 |
The pages are generated with Golds v0.8.4. (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. |