/** Visit return instruction. */ public void visitReturnInstruction(ReturnInstruction i) { cv.registerCoupling(i.getType(cp)); }