ControlDependency - the collection of control dependencies which have an influence on whether the vertex is executed.
Optional
environmentThe environment in which the vertex is set.
All exit points of the function definitions. In other words: last expressions/return calls
The id of the node (the id assigned by the ParentInformation decoration). This unanimously identifies the vertex in the DataflowGraph|dataflow graph as well as the corresponding NormalizedAst|normalized AST.
Optional
indicesthis attribute links a vertex to indices (pointer links) it may be affected by or related to
The static subflow of the function definition, constructed within processFunctionDefinition.
If the vertex is (for example) a function, it can have a subgraph which is used as a template for each call.
This is the body
of the function.
Readonly
tagUsed to identify and separate different types of vertices.
Arguments required to construct a vertex which represents the definition of a function in the DataflowGraph|dataflow graph.
See
isFunctionDefinitionVertex - to check if a vertex is a function definition vertex