()
| 278 | } |
| 279 | |
| 280 | public ClassNode[] getAsmNodes() { |
| 281 | return asmNodes; |
| 282 | } |
| 283 | |
| 284 | public URI getAsmNodeOrigin(int index) { |
| 285 | if (index < 0 || index > 0 && (asmNodeOrigins == null || index >= asmNodeOrigins.length)) throw new IndexOutOfBoundsException(index); |
no outgoing calls
no test coverage detected