ReadonlyconstructTypes: ReadonlySet<RType>Type guard for RConstructs nodes, i.e. checks whether a node is a for, repeat or while loop or an if-then-else construct.
If you need the specific type, please either use the respective type guards (e.g., RForLoop.is) or check the type node directly.
Readonlyname: "RConstructs"
A set of all types of constructs in the normalized AST, i.e. for, repeat and while loops and if-then-else constructs.