Cpp.Statement Class
Namespace: Cpp
Superclasses: AstNodeProperties
Represents the statement nodes in the syntax tree of your code
Since R2026a
Description
The PQL class Statement represents the node statement in the syntax tree of your code.
int x = 0;
In this code, the statement node corresponds to the top-level C++ statement int x = 0; in the source.
Predicates
Version History
Introduced in R2026a