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

Member predicate DataFlow::ExplicitParameterNode::isParameterOf

Holds if this node is the parameter of c at the specified (zero-based) position. The implicit this parameter is considered to have index -1.

predicate isParameterOf(DataFlowCallable c, int pos)