Example #1
0
 @Override
 public void visitEnd() {
     checkEndMethod();
     endMethod = true;
     super.visitEnd();
 }