示例#1
0
 @Override
 public void visitLabel(Label label) {
   mtd.addLabel(label);
   super.visitLabel(label);
 }