Target returns the target of the expression if one is present.
()
| 168 | |
| 169 | // Target returns the target of the expression if one is present. |
| 170 | Target() Expr |
| 171 | |
| 172 | // Args returns the list of call arguments, excluding the target. |
| 173 | Args() []Expr |
no outgoing calls