@abaplint/core
Version:
abaplint - Core API
13 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimpleSource4 = void 0;
const combi_1 = require("../combi");
const _1 = require(".");
const method_call_chain_1 = require("./method_call_chain");
class SimpleSource4 extends combi_1.Expression {
getRunnable() {
return (0, combi_1.alt)(_1.Constant, _1.TextElement, _1.FieldChain, method_call_chain_1.MethodCallChain);
}
}
exports.SimpleSource4 = SimpleSource4;
//# sourceMappingURL=simple_source4.js.map