UNPKG

@abaplint/core

Version:
17 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TableExpression = void 0; const Expressions = require("../../2_statements/expressions"); const source_1 = require("./source"); class TableExpression { static runSyntax(node, input) { if (node === undefined) { return; } for (const s of node.findDirectExpressions(Expressions.Source)) { source_1.Source.runSyntax(s, input); } } } exports.TableExpression = TableExpression; //# sourceMappingURL=table_expression.js.map