()
| 12672 | return this._op; |
| 12673 | } |
| 12674 | getOperator() { |
| 12675 | const maybe = this.maybeOperator(); |
| 12676 | if (maybe) { |
| 12677 | return maybe; |
| 12678 | } |
| 12679 | throw new python.Error(`Schema not found for node '${this.kind()}'.`); |
| 12680 | } |
| 12681 | getOperation() { |
| 12682 | return this.getOperator().getOperation(this); |
| 12683 | } |
no test coverage detected