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 |
getTypeTracker |
Gets the typetracker of this |
isSink |
Holds if this is a sink. |
isSource |
Holds if this is a source. |
toString |
Gets a textual representation of this node. |