Class DataFlow::SourcePathNode
A path node corresponding to a flow source.
Import path
import javascript
Direct supertypes
Indirect supertypes
Inherited predicates
getASuccessor | Gets a successor node of this path node. | from PathNode |
getConfiguration | Gets the underlying configuration of this path node. | from PathNode |
getFlowLabel | Gets a flow label for the path node. | from PathNode |
getNode | Gets the underlying data-flow node of this path node. | from PathNode |
getPathSummary | Gets a summary for the path node. | from PathNode |
hasLocationInfo | Holds if this path node is at the specified location. The location spans column | from PathNode |
toString | Gets a textual representation of this path node. | from PathNode |
wraps | Holds if this path node wraps data-flow node | from PathNode |