CodeQL library for Java
codeql/java-all 0.7.5 ( 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 )