final BytecodeInstruction insn =
new BytecodeInstruction(new InsnNode(Opcodes.NOP));
final List<VariableRef> uses = Collections.emptyList();
insn.frame = new DefUseFrame(var, uses);
paramsInsns.add(insn);
}
nodes.get(0).instructions.addAll(0, paramsInsns);