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

Class DataFlow::Content

A description of the way data may be stored inside an object. Examples include instance fields, the contents of a collection object, or the contents of an array.

Import path

import semmle.code.java.dataflow.DataFlow

Direct supertypes

Known direct subtypes

Predicates

getType

Gets the type of the contained data for the purpose of type pruning.

hasLocationInfo

Holds if this element is at the specified location. The location spans column sc of line sl to column ec of line el in file path. For more information, see Locations.

toString

Gets a textual representation of this element.