ProtectedexecuteChecks whether the given inference rule for function calls matches the given language node.
the current function and its inference rule for calls of it
the current language node, which might or might not represent a function call
receives a validation issue, if there is at least one conflict between given arguments and expected parameters
true, if the given function signature exactly matches the current function call, false otherwise
ProtectednoProtectedreportProtectedreportProtectedreportProtectedreportProtectedvalidate
This validation uses the inference rules for all available function calls to check, whether ...