주요 콘텐츠

Ast.UsingDeclaration Class

Namespace: Ast
Superclasses: AstNodeProperties

Represents the using_declaration nodes in the syntax tree of your code

Since R2026a

Description

The PQL class UsingDeclaration represents the node using_declaration in the syntax tree of your code.

Using Declaration u = someNamespace::using_declaration;

In this code, the using_declaration node corresponds to a using declaration in C++ such as using namespace std; or using std::printf; in the source.

Predicates

expand all

Version History

Introduced in R2026a