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

Member predicate VarAccess :: isLValue

Holds if this variable access is an l-value.

An l-value is a write access to a variable, which occurs as the destination of an assignment.

predicate isLValue ( )