UNPKG

@abaplint/core

Version:
13 lines 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InterfaceGlobal = void 0; const Structures = require("."); const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); class InterfaceGlobal { getMatcher() { return (0, _combi_1.seq)((0, _combi_1.star)((0, _combi_1.sta)(Statements.TypePools)), (0, _combi_1.star)((0, _combi_1.sta)(Statements.InterfaceLoad)), (0, _combi_1.sub)(Structures.Interface)); } } exports.InterfaceGlobal = InterfaceGlobal; //# sourceMappingURL=interface_global.js.map