主要内容

Cpp.AbstractArrayDeclarator Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the abstract_array_declarator nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AbstractArrayDeclarator represents the node abstract_array_declarator in the syntax tree of your code.

int (*ptr_to_array)[10] = (int (*)[10]) (const int (*)[10])nullptr;;

The declaration (*)[10] in the preceding code is an abstract_array_declarator and can be matched by this class.

Predicates

expand all

Version History

Introduced in R2026a