@abaplint/core
Version:
abaplint - Core API
14 lines • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RaiseWith = void 0;
const Expressions = require("../../2_statements/expressions");
const source_1 = require("./source");
class RaiseWith {
static runSyntax(node, input) {
for (const f of node.findAllExpressionsMulti([Expressions.SimpleSource1, Expressions.Source])) {
source_1.Source.runSyntax(f, input);
}
}
}
exports.RaiseWith = RaiseWith;
//# sourceMappingURL=raise_with.js.map