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

Member predicate Callable::paramsString

Gets a parenthesized string containing all parameter types of this callable, separated by a comma and space. For the parameter types the unqualified string representation is used. If this callable has no parameters, the result is ().

For example, the method void printf(java.lang.String, java.lang.Object...) has the params string (String, Object[]).

string paramsString()