final class TrackingPoint extends AnyVal
Base class for nodes that can occur in data flows
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrackingPoint
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TrackingPoint(wrapped: NodeSteps[codepropertygraph.generated.nodes.TrackingPoint])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cfgNode: NodeSteps[CfgNode]
Convert to nearest CFG node
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def method: NodeSteps[Method]
The enclosing method of the tracking point
- def reachableBy[NodeType <: codepropertygraph.generated.nodes.TrackingPoint](sourceTravs: Steps[NodeType]*): NodeSteps[NodeType]
- def reachableByFlows[A <: codepropertygraph.generated.nodes.TrackingPoint](sourceTravs: NodeSteps[A]*): Steps[Path]
- def toString(): String
- Definition Classes
- Any
- val wrapped: NodeSteps[codepropertygraph.generated.nodes.TrackingPoint]