addArgument

open override fun addArgument(expression: Expression)

Adds the expression to the list of arguments.


fun addArgument(expression: Expression, name: String? = null)

Adds the specified expression with an optional name to this call.