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

Class CaptureInput::CapturedParameter

A parameter that is captured in a closure.

Import path

import semmle.code.java.dataflow.internal.DataFlowPrivate

Direct supertypes

Inherited predicates

getCallable

Gets the callable that defines this variable.

from CapturedVariable
getLocation

Gets the location of this variable.

from CapturedVariable
toString

Gets a textual representation of this variable.

from CapturedVariable