コード例 #1
0
ファイル: Assembler.java プロジェクト: hanmeimei/btrace
 public Assembler label(Label l) {
   mv.visitLabel(l);
   return this;
 }