主要内容

Ast.TypeDescriptor Class

Namespace: Ast
Superclasses: AstNodeProperties

Represents the type_descriptor nodes in the syntax tree of your code

Since R2026a

Description

The PQL class Cpp.TypeDescriptor represents the node type_descriptor in the syntax tree of your code.

int* p;
const int* q;
volatile double& r = *reinterpret_cast<volatile double*>(0);

The sample shows three type_descriptor occurrences: int*, const int*, and volatile double& which correspond to Cpp.TypeDescriptor nodes.

Predicates

expand all

Version History

Introduced in R2026a