UNPKG

@abaplint/core

Version:
15 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectLoop = void 0; const Expressions = require("../../2_statements/expressions"); const select_loop_1 = require("../expressions/select_loop"); class SelectLoop { runSyntax(node, input) { const s = node.findDirectExpression(Expressions.SelectLoop); if (s) { select_loop_1.SelectLoop.runSyntax(s, input); } } } exports.SelectLoop = SelectLoop; //# sourceMappingURL=select_loop.js.map