CodeQL library for Swift
codeql/swift-all 2.0.4-dev (changelog, source)
Search

Class PropertyObserverCall

Import path

import codeql.swift.dataflow.internal.DataFlowDispatch

Direct supertypes

Indirect supertypes

Predicates

getAccessor
getArgument

Gets the i’th argument of call.class The qualifier is considered to have index -1.

getEnclosingCallable

Gets the enclosing callable.

getLocation

Gets the location of this call.

getObserver
toString

Gets a textual representation of this call.

Inherited predicates

asCall

Gets the underlying source code call, if any.

from DataFlowCall
asKeyPath

Gets the underlying key-path application node, if any.

from DataFlowCall
getAnArgumentfrom DataFlowCall
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.

from DataFlowCall

Charpred