Class DataFlowCall
A call. This includes calls from source code, as well as call(back)s inside library callables with a flow summary.
Import path
import codeql.swift.dataflow.internal.DataFlowDispatchDirect supertypes
Known direct subtypes
Predicates
| asCall | Gets the underlying source code call, if any. |
| asKeyPath | Gets the underlying key-path application node, if any. |
| getAnArgument | |
| getArgument | Gets the i’th argument of call.class The qualifier is considered to have index |
| getEnclosingCallable | Gets the enclosing callable. |
| getLocation | Gets the location of this call. |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column |
| toString | Gets a textual representation of this call. |