Initializer
init(receiver:methodName:arguments:)
Creates a method call expression.
init(receiver: any ATLExpression, methodName: String, arguments: [any ATLExpression] = [])
Parameters
receiver-
The object on which to call the method
methodName-
The name of the method
arguments-
The method arguments