Class CaptureInput::ClosureExpr
An expression constructing a closure that may capture one or more variables. This can for example be a lambda or a constructor call of a locally defined object.
Import path
import semmle.code.java.dataflow.internal.DataFlowPrivate
Direct supertypes
Fields
Predicates
hasAliasedAccess | Holds if |
hasBody | Holds if |
Inherited predicates
getLocation | Gets the location of this expression. | from Expr |
hasCfgNode | Holds if the | from Expr |
toString | Gets a textual representation of this expression. | from Expr |