Example #1
0
 public Assembler label(Label l) {
   mv.visitLabel(l);
   return this;
 }