RLoopConstructs: {
    is<Info = object>(
        this: void,
        node: undefined | RNode<Info>,
    ): node is RLoopConstructs<Info>;
    loopConstructTypes: ReadonlySet<RType>;
    name: "RLoopConstructs";
}

Type declaration

  • is:function
  • ReadonlyloopConstructTypes: ReadonlySet<RType>

    A set of all types of loop constructs in the normalized AST, i.e. for, repeat and while loops.

  • Readonlyname: "RLoopConstructs"