qtil
advanced-security/qtil-java 0.0.3
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)