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

Member predicate Callable::hasStringSignature

Holds if this callable has the specified string signature.

This predicate simply tests if sig is equal to the result of the getStringSignature() predicate.

predicate hasStringSignature(string sig)