Const
Describes the role of the node in its parent. For example, if we have if(TRUE) { ... }, the role of the TRUE node is IfCondition.
if(TRUE) { ... }
TRUE
IfCondition
has no parent
Describes the role of the node in its parent. For example, if we have
if(TRUE) { ... }, the role of theTRUEnode isIfCondition.See