주요 콘텐츠

Cpp.AbstractFunctionDeclarator Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the abstract_function_declarator nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AbstractFunctionDeclarator represents the node abstract_function_declarator in the syntax tree of your code.

// Examples that produce abstract function declarator forms:
void runner(int(int));

The snippets above include int(int) which is an abstract_function_declarator node matched by this PQL class.

Predicates

expand all

Version History

Introduced in R2026a