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