The arguments of the function call, in order (as they are passed to the respective call if executed in R.
ControlDependency - the collection of control dependencies which have an influence on whether the vertex is executed.
The environment attached to the call (if such an attachment is necessary, e.g., because it represents the calling closure
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
Readonly
nameEffective name of the function call,
Please be aware that this name can differ from the lexeme.
For example, if the function is a replacement function, in this case, the actually called fn will
have the compound name (e.g., [<-
).
a performance flag to indicate that the respective call is only calling a builtin function without any df graph attached
Readonly
tagUsed to identify and separate different types of vertices.
Arguments required to construct a vertex which represents the usage of a variable in the DataflowGraph|dataflow graph.
See
isFunctionCallVertex - to check if a vertex is a function call vertex