(target, source, args, runtime2)
| 9140 | this.start = setCmd; |
| 9141 | } |
| 9142 | install(target, source, args, runtime2) { |
| 9143 | this.start && this.start.execute(runtime2.makeContext(target, this, target, null)); |
| 9144 | } |
| 9145 | static parse(parser) { |
| 9146 | let setCmd = parser.parseElement("setCommand"); |
| 9147 | if (setCmd) { |
nothing calls this directly
no test coverage detected