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