CodeQL library for C/C++
codeql/cpp-all 2.0.2 (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.internal.TypeTrackingImpl

Direct supertypes

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.