Member predicate MethodDecl::getReceiverBaseType
Gets the receiver base type of this method.
For example, the receiver base type of
func (p *Rectangle) Area() float64 { ... }
is Rectangle
.
Gets the receiver base type of this method.
For example, the receiver base type of
func (p *Rectangle) Area() float64 { ... }
is Rectangle
.