getBaseOfNode

fun getBaseOfNode(node: CallExpression): Node?

Returns the "base" node belonging to node, on which the DFA is based on. Ideally, this is a variable declaration in the end.