"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndFunction = void 0;
const combi_1 = require("../combi");
class EndFunction {
getMatcher() {
return (0, combi_1.str)("ENDFUNCTION");
}
}
exports.EndFunction = EndFunction;