CodeQL library for Ruby
codeql/ruby-all 4.1.2-dev (changelog, source)
Search

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.DataFlowDispatch

Direct 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 startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

    toString

    Gets a textual representation of this call.