@abaplint/core
Version:
abaplint - Core API
13 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetBit = void 0;
const combi_1 = require("../combi");
const expressions_1 = require("../expressions");
class GetBit {
getMatcher() {
const ret = (0, combi_1.seq)("GET BIT", expressions_1.Source, "OF", expressions_1.Source, "INTO", expressions_1.Target);
return ret;
}
}
exports.GetBit = GetBit;
//# sourceMappingURL=get_bit.js.map