Member predicate MethodCallNode::getObject
Gets the data-flow node corresponding to the object receiving this call. That is, the foo
in
foo.bar(...)
.
Note that this method may have multiple results if a single call node represents calls to
multiple different objects and methods. If you want to link up objects and method names
accurately, use the calls
method instead.