主要内容

Cpp.AttributedStatement Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the attributed_statement nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AttributedStatement represents the node attributed_statement in the syntax tree of your code.

AttributedStatement astmt;

In this code, the attributed_statement node corresponds to the attributed statement construct in the C++ source.

Predicates

expand all

Version History

Introduced in R2026a