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

Class DataFlowMakeCore::MergePathGraph::PathNode

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

Import path

import codeql.dataflow.DataFlow

Direct supertypes

Predicates

asPathNode1

Gets this as a projection on the first given PathGraph.

asPathNode2

Gets this as a projection on the second given PathGraph.

getLocation

Gets the location of this node.

getNode

Gets the underlying Node.

toString

Gets a textual representation of this element.