qtil
advanced-security/qtil-go 0.0.3
Search

Member predicate MethodDecl::getReceiverType

Gets the receiver type of this method.

For example, the receiver type of

func (p *Rectangle) Area() float64 { ... }

is *Rectangle.

Type getReceiverType()