@abaplint/core
Version:
abaplint - Core API
12 lines • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Statics = void 0;
const Statements = require("../../2_statements/statements");
const _combi_1 = require("./_combi");
class Statics {
getMatcher() {
return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.StaticBegin), (0, _combi_1.star)((0, _combi_1.alt)((0, _combi_1.sta)(Statements.Static), (0, _combi_1.sta)(Statements.IncludeType))), (0, _combi_1.sta)(Statements.StaticEnd));
}
}
exports.Statics = Statics;
//# sourceMappingURL=statics.js.map