Exemple #1
0
 @Override
 public void visit(MethodNode mth) throws JadxException {
   if (mth.isNoCode()) {
     return;
   }
   process(mth);
 }