示例#1
0
 private void bridgeMethod(SootMethod method) {
   bridgeMethodCompiler.compile(mb, method);
   trampolines.addAll(bridgeMethodCompiler.getTrampolines());
   catches.addAll(bridgeMethodCompiler.getCatches());
 }