Method
call(from:property:method:)
Create a method call query.
static func call(from: String = "self", property: String, method: String) -> ECoreQuery
Parameters
from-
The starting variable (typically “self”)
property-
The property to navigate to
method-
The method to call
Return Value
A new query for the method call