NewMemberCall creates an Expr value representing a member function call.
(id int64, function string, receiver Expr, args ...Expr)
| 35 | |
| 36 | // NewMemberCall creates an Expr value representing a member function call. |
| 37 | NewMemberCall(id int64, function string, receiver Expr, args ...Expr) Expr |
| 38 | |
| 39 | // NewIdent creates an Expr value representing an identifier. |
| 40 | NewIdent(id int64, name string) Expr |
no outgoing calls