주요 콘텐츠

Cpp.False Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the false nodes in the syntax tree of your code

Since R2026a

Description

The PQL class Cpp.False represents the node false in the syntax tree of your code.

void foo() {
    if (false) {
        // unreachable
    }
}

The if (false) contains the false literal which corresponds to the false node matched by Cpp.False in PQL.

Predicates

expand all

Version History

Introduced in R2026a