예제 #1
0
 public void visitEnd() {
   if (state != CLASS_TYPE) {
     throw new IllegalStateException();
   }
   state = END;
   if (sv != null) {
     sv.visitEnd();
   }
 }