()
| 256 | } |
| 257 | |
| 258 | public MethodNode getAsmNode() { |
| 259 | return asmNode; |
| 260 | } |
| 261 | |
| 262 | public MethodVarInstance getArg(int index) { |
| 263 | if (index < 0 || index >= args.length) throw new IllegalArgumentException("invalid arg index: "+index); |
no outgoing calls
no test coverage detected