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

Class TypeTracking :: TypeTrack :: Graph :: PathNodeFwd

A node on a path that is reachable from a source. This is a pair of a Node and a TypeTracker except at sinks for which there is no TypeTracker.

Import path

import codeql.typetracking.TypeTracking

Direct supertypes

Known direct subtypes

Predicates

getNode

Gets the node of this PathNode.

getTypeTracker

Gets the typetracker of this PathNode, if any.

isSink

Holds if this is a sink.

isSource

Holds if this is a source.

toString

Gets a textual representation of this node.