IsMemberFunction returns whether the call has a non-nil target indicating it is a member function
()
| 165 | |
| 166 | // IsMemberFunction returns whether the call has a non-nil target indicating it is a member function |
| 167 | IsMemberFunction() bool |
| 168 | |
| 169 | // Target returns the target of the expression if one is present. |
| 170 | Target() Expr |
no outgoing calls