CodeQL library for Java/Kotlin
codeql/java-all 7.3.2 (changelog, source)
Search

Predicate signature InputSig::getReturnValueKind

Gets the return kind corresponding to specification "ReturnValue" when supplied with the argument arg.

Note that it is expected that the following equality holds:

getReturnValueKind("") = getStandardReturnValueKind()
signature ReturnKind getReturnValueKind(string arg)