A call expression, including calls to predefined functions and operators. For example, value == 10
, size(map_value)
.
Name | Type | Description | Notes |
---|---|---|---|
target | Expr | [optional] | |
function | String | Required. The name of the function or method being called. | [optional] |
args | List<Expr> | The arguments. | [optional] |