Documentation Language: Swift

Initializer

init(source:methodName:arguments:)

Creates a method call expression.

init(source: (any AQLExpression)? = nil, methodName: String, arguments: [any AQLExpression] = [])

Parameters

source

Optional source object (nil for standalone functions)

methodName

The method name

arguments

The argument expressions