class net.sf.cglib.core.ClassEmitter$2 extends org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.ClassEmitter$2
  super_class: org.objectweb.asm.MethodVisitor
{
  final net.sf.cglib.core.ClassEmitter this$0;
    descriptor: Lnet/sf/cglib/core/ClassEmitter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(net.sf.cglib.core.ClassEmitter, int, org.objectweb.asm.MethodVisitor);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;ILorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.ClassEmitter$2 this
        start local 2 // int $anonymous0
        start local 3 // org.objectweb.asm.MethodVisitor $anonymous1
         0: .line 150
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.ClassEmitter$2.this$0:Lnet/sf/cglib/core/ClassEmitter;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial org.objectweb.asm.MethodVisitor.<init>:(ILorg/objectweb/asm/MethodVisitor;)V
            return
        end local 3 // org.objectweb.asm.MethodVisitor $anonymous1
        end local 2 // int $anonymous0
        end local 0 // net.sf.cglib.core.ClassEmitter$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/sf/cglib/core/ClassEmitter$2;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.ClassEmitter$2 this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 153
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // net.sf.cglib.core.ClassEmitter$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lnet/sf/cglib/core/ClassEmitter$2;
            0    1     1   maxStack  I
            0    1     2  maxLocals  I
    MethodParameters:
           Name  Flags
      maxStack   
      maxLocals  

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.ClassEmitter$2 this
        start local 1 // int insn
         0: .line 155
            iload 1 /* insn */
            sipush 177
            if_icmpeq 2
         1: .line 156
            aload 0 /* this */
            iload 1 /* insn */
            invokespecial org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         2: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int insn
        end local 0 // net.sf.cglib.core.ClassEmitter$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/ClassEmitter$2;
            0    3     1  insn  I
    MethodParameters:
      Name  Flags
      insn  
}
SourceFile: "ClassEmitter.java"
EnclosingMethod: net.sf.cglib.core.ClassEmitter.begin_method:(ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)Lnet/sf/cglib/core/CodeEmitter;
NestHost: net.sf.cglib.core.ClassEmitter
InnerClasses:
  net.sf.cglib.core.ClassEmitter$2