The arguments of the function call, in order (as they are passed to the respective call if executed in R.
See IdentifierReference
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)
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 dataflow graph.