(Decompiler d)
| 117 | } |
| 118 | |
| 119 | public Operation process(Decompiler d) { |
| 120 | final Statement statement = this; |
| 121 | return new Operation(end - 1) { |
| 122 | |
| 123 | @Override |
| 124 | public List<Statement> process(Registers r, Block block) { |
| 125 | return Arrays.asList(statement); |
| 126 | } |
| 127 | |
| 128 | }; |
| 129 | } |
| 130 | |
| 131 | } |
no outgoing calls
no test coverage detected