ThreadFlowLocation
A location visited by an analysis tool while simulating or monitoring the execution of a program.
Since
0.12.0
Constructors
Properties
An integer representing the temporal order in which execution reached this location.
The Coordinated Universal Time (UTC) date and time at which this location was executed.
Specifies the importance of this location in understanding the code flow in which it occurs. The order from most to least important is "essential", "important", "unimportant". Default: "important".
A set of distinct strings that categorize the thread flow location. Well-known kinds include 'acquire', 'release', 'enter', 'exit', 'call', 'return', 'branch', 'implicit', 'false', 'true', 'caution', 'danger', 'unknown', 'unreachable', 'taint', 'function', 'handler', 'lock', 'memory', 'resource', 'scope' and 'value'.
An integer representing a containment hierarchy within the thread flow.
Key/value pairs that provide additional information about the threadflow location.
A dictionary, each of whose keys specifies a variable or expression, the associated value of which represents the variable or expression value. For an annotation of kind 'continuation', for example, this dictionary might hold the current assumed values of a set of global variables.
An array of references to rule or taxonomy reporting descriptors that are applicable to the thread flow location.
A web request associated with this thread flow location.
A web response associated with this thread flow location.