주요 콘텐츠

Cpp.AttributedDeclarator Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the attributed_declarator nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AttributedDeclarator represents the node attributed_declarator in the syntax tree of your code.

AttributedDeclarator ad = new AttributedDeclarator(...);

In this code, the attributed_declarator node corresponds to the C++ syntax node for an declarator with an attribute, as used by the treesitter grammar.

Predicates

expand all

Version History

Introduced in R2026a