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