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

Predicate paramsString

Gets a parenthesized string containing all parameter types of this callable, separated by a comma.

Returns an empty parenthesized string if the callable has no parameters. Parameter types are represented by their type erasure.

Import path

import semmle.code.java.dataflow.ExternalFlow
string paramsString(Callable c)