Gets the list of instructions. @return non-null; the instruction list
()
| 181 | * @return {@code non-null;} the instruction list |
| 182 | */ |
| 183 | public DalvInsnList getInsns() { |
| 184 | finishProcessingIfNecessary(); |
| 185 | return insns; |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * Gets the catch (exception handler) table. |
no test coverage detected