class net.sf.cglib.core.ClassEmitter$3 extends net.sf.cglib.core.CodeEmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.ClassEmitter$3
  super_class: net.sf.cglib.core.CodeEmitter
{
  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, net.sf.cglib.core.ClassEmitter, org.objectweb.asm.MethodVisitor, int, net.sf.cglib.core.Signature, org.objectweb.asm.Type[]);
    descriptor: (Lnet/sf/cglib/core/ClassEmitter;Lnet/sf/cglib/core/ClassEmitter;Lorg/objectweb/asm/MethodVisitor;ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // net.sf.cglib.core.ClassEmitter$3 this
        start local 2 // net.sf.cglib.core.ClassEmitter $anonymous0
        start local 3 // org.objectweb.asm.MethodVisitor $anonymous1
        start local 4 // int $anonymous2
        start local 5 // net.sf.cglib.core.Signature $anonymous3
        start local 6 // org.objectweb.asm.Type[] $anonymous4
         0: .line 169
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.ClassEmitter$3.this$0:Lnet/sf/cglib/core/ClassEmitter;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            aload 6 /* $anonymous4 */
            invokespecial net.sf.cglib.core.CodeEmitter.<init>:(Lnet/sf/cglib/core/ClassEmitter;Lorg/objectweb/asm/MethodVisitor;ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)V
            return
        end local 6 // org.objectweb.asm.Type[] $anonymous4
        end local 5 // net.sf.cglib.core.Signature $anonymous3
        end local 4 // int $anonymous2
        end local 3 // org.objectweb.asm.MethodVisitor $anonymous1
        end local 2 // net.sf.cglib.core.ClassEmitter $anonymous0
        end local 0 // net.sf.cglib.core.ClassEmitter$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/sf/cglib/core/ClassEmitter$3;
            0    1     2  $anonymous0  Lnet/sf/cglib/core/ClassEmitter;
            0    1     3  $anonymous1  Lorg/objectweb/asm/MethodVisitor;
            0    1     4  $anonymous2  I
            0    1     5  $anonymous3  Lnet/sf/cglib/core/Signature;
            0    1     6  $anonymous4  [Lorg/objectweb/asm/Type;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  

  public boolean isStaticHook();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ClassEmitter$3 this
         0: .line 171
            iconst_1
            ireturn
        end local 0 // net.sf.cglib.core.ClassEmitter$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ClassEmitter$3;
}
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$3