UNPKG

@abaplint/core

Version:
14 lines 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MethodCall = void 0; const combi_1 = require("../combi"); const _1 = require("."); const method_call_param_1 = require("./method_call_param"); class MethodCall extends combi_1.Expression { getRunnable() { const ret = (0, combi_1.seq)(_1.MethodName, method_call_param_1.MethodCallParam); return ret; } } exports.MethodCall = MethodCall; //# sourceMappingURL=method_call.js.map