Jumps are only used directly during code generation, and do not support this interface. @throws UnsupportedOperationException always when called
(int depth)
| 110 | * @throws UnsupportedOperationException always when called |
| 111 | */ |
| 112 | @Override |
| 113 | public String toSource(int depth) { |
| 114 | throw new UnsupportedOperationException(this.toString()); |
| 115 | } |
| 116 | } |