主要内容

Cpp.ThrowStatement Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the throw_statement nodes in the syntax tree of your code

Since R2026a

Description

The PQL class ThrowStatement represents the node throw_statement in the syntax tree of your code.

throw;

In this code, the throw_statement node corresponds to a throw expression in C++ source.

Predicates

expand all

Version History

Introduced in R2026a