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

Member predicate VarAccess :: isRValue

Holds if this variable access is an r-value.

An r-value is a read access to a variable. In other words, it is a variable access that does not occur as the destination of a simple assignment, but it may occur as the destination of a compound assignment or a unary assignment.

predicate isRValue ( )