Cpp.UpdateExpression Class
Namespace: Cpp
Superclasses: AstNodeProperties
Represents the update_expression nodes in the syntax tree of your code
Since R2026a
Description
The PQL class UpdateExpression represents the node update_expression in the syntax tree of your code.
a = b++ ;
In this code, the update_expression node corresponds to the post-increment operation on a in the C++ source.
Predicates
Version History
Introduced in R2026a