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.ruby.dataflow.internal.DataFlowDispatchDirect supertypes
Known direct subtypes
Predicates
| asCall | Gets the underlying source code call, if any. |
| 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. |