@abaplint/core
Version:
abaplint - Core API
11 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MethodName = void 0;
const combi_1 = require("../combi");
class MethodName extends combi_1.Expression {
getRunnable() {
return (0, combi_1.regex)(/^(\/\w+\/)?\w+(~\w+)?$/);
}
}
exports.MethodName = MethodName;
//# sourceMappingURL=method_name.js.map