Cpp.Node Class
Namespace: Cpp
Represents A node in the abstract syntax tree of your code
Since R2026a
Description
node class is a represent a generic node in the syntax tree. it is a
super class. All syntax classes have an is a relationship with this
class.
Predicates
Version History
Introduced in R2026a