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