A Node augmented with a call context (except for sinks) and an access path.
Only those PathNodes that are reachable from a source, and which can reach a sink, are generated.
Import path
import codeql.dataflow.internal.DataFlowImplPredicates
| asParameterReturnNode | Gets the parameter node through which data is returned, if any. |
| getASuccessor | Gets a successor of this node, if any. |
| getLocation | Gets the location of this node. |
| getNode | Gets the underlying |
| getState | Gets the |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column |
| isSink | Holds if this node is a sink. |
| isSinkGroup | DEPRECATED: This functionality is no longer available. |
| isSource | Holds if this node is a source. |
| isSourceGroup | DEPRECATED: This functionality is no longer available. |
| toString | Gets a textual representation of this element. |
| toStringWithContext | Gets a textual representation of this element, including a textual representation of the call context. |