CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.7.2 (changelog, source)
Search

Class DataFlowMakeCore::MergePathGraph3::PathNode

A node in a graph of path explanations that is formed by disjoint union of the three given graphs.

Import path

import codeql.dataflow.DataFlow

Predicates

asPathNode1

Gets this as a projection on the first given PathGraph.

asPathNode2

Gets this as a projection on the second given PathGraph.

asPathNode3

Gets this as a projection on the third given PathGraph.

getLocation

Gets the location of this node.

getNode

Gets the underlying Node.

toString

Gets a textual representation of this element.