CodeQL library for Java
codeql/java-all 0.5.5 ( changelog , source )
Search

Class DataFlowCall

A call relevant for data flow. Includes both source calls and synthesized calls.

Import path

import semmle.code.java.dataflow.internal.DataFlowPrivate

Direct supertypes

Known direct subtypes

Predicates

asCall

Gets the source (non-synthesized) call this corresponds to, if any.

getEnclosingCallable

Gets the enclosing callable of this call.

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.