CodeQL library for Java/Kotlin
codeql/java-all 0.9.2-dev (changelog, source)
Search

Class SrcCall

A source call, that is, a Call.

Import path

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

Direct supertypes

Indirect supertypes

Fields

Predicates

getEnclosingCallable

Gets the enclosing callable of this call.

getLocation

Gets the location of this call.

toString

Gets a textual representation of this call.

Inherited predicates

asCall

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

from 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