class net.sf.cglib.core.CodeEmitter$State extends net.sf.cglib.core.MethodInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.CodeEmitter$State
  super_class: net.sf.cglib.core.MethodInfo
{
  net.sf.cglib.core.ClassInfo classInfo;
    descriptor: Lnet/sf/cglib/core/ClassInfo;
    flags: (0x0000) 

  int access;
    descriptor: I
    flags: (0x0000) 

  net.sf.cglib.core.Signature sig;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x0000) 

  org.objectweb.asm.Type[] argumentTypes;
    descriptor: [Lorg/objectweb/asm/Type;
    flags: (0x0000) 

  int localOffset;
    descriptor: I
    flags: (0x0000) 

  org.objectweb.asm.Type[] exceptionTypes;
    descriptor: [Lorg/objectweb/asm/Type;
    flags: (0x0000) 

  void <init>(net.sf.cglib.core.ClassInfo, int, net.sf.cglib.core.Signature, org.objectweb.asm.Type[]);
    descriptor: (Lnet/sf/cglib/core/ClassInfo;ILnet/sf/cglib/core/Signature;[Lorg/objectweb/asm/Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
        start local 1 // net.sf.cglib.core.ClassInfo classInfo
        start local 2 // int access
        start local 3 // net.sf.cglib.core.Signature sig
        start local 4 // org.objectweb.asm.Type[] exceptionTypes
         0: .line 74
            aload 0 /* this */
            invokespecial net.sf.cglib.core.MethodInfo.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* classInfo */
            putfield net.sf.cglib.core.CodeEmitter$State.classInfo:Lnet/sf/cglib/core/ClassInfo;
         2: .line 76
            aload 0 /* this */
            iload 2 /* access */
            putfield net.sf.cglib.core.CodeEmitter$State.access:I
         3: .line 77
            aload 0 /* this */
            aload 3 /* sig */
            putfield net.sf.cglib.core.CodeEmitter$State.sig:Lnet/sf/cglib/core/Signature;
         4: .line 78
            aload 0 /* this */
            aload 4 /* exceptionTypes */
            putfield net.sf.cglib.core.CodeEmitter$State.exceptionTypes:[Lorg/objectweb/asm/Type;
         5: .line 79
            aload 0 /* this */
            iload 2 /* access */
            invokestatic net.sf.cglib.core.TypeUtils.isStatic:(I)Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: net.sf.cglib.core.CodeEmitter$State net.sf.cglib.core.ClassInfo int net.sf.cglib.core.Signature org.objectweb.asm.Type[]
      StackMap stack: net.sf.cglib.core.CodeEmitter$State
         6: iconst_1
      StackMap locals: net.sf.cglib.core.CodeEmitter$State net.sf.cglib.core.ClassInfo int net.sf.cglib.core.Signature org.objectweb.asm.Type[]
      StackMap stack: net.sf.cglib.core.CodeEmitter$State int
         7: putfield net.sf.cglib.core.CodeEmitter$State.localOffset:I
         8: .line 80
            aload 0 /* this */
            aload 3 /* sig */
            invokevirtual net.sf.cglib.core.Signature.getArgumentTypes:()[Lorg/objectweb/asm/Type;
            putfield net.sf.cglib.core.CodeEmitter$State.argumentTypes:[Lorg/objectweb/asm/Type;
         9: .line 81
            return
        end local 4 // org.objectweb.asm.Type[] exceptionTypes
        end local 3 // net.sf.cglib.core.Signature sig
        end local 2 // int access
        end local 1 // net.sf.cglib.core.ClassInfo classInfo
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lnet/sf/cglib/core/CodeEmitter$State;
            0   10     1       classInfo  Lnet/sf/cglib/core/ClassInfo;
            0   10     2          access  I
            0   10     3             sig  Lnet/sf/cglib/core/Signature;
            0   10     4  exceptionTypes  [Lorg/objectweb/asm/Type;
    MethodParameters:
                Name  Flags
      classInfo       
      access          
      sig             
      exceptionTypes  

  public net.sf.cglib.core.ClassInfo getClassInfo();
    descriptor: ()Lnet/sf/cglib/core/ClassInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
         0: .line 84
            aload 0 /* this */
            getfield net.sf.cglib.core.CodeEmitter$State.classInfo:Lnet/sf/cglib/core/ClassInfo;
            areturn
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeEmitter$State;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
         0: .line 88
            aload 0 /* this */
            getfield net.sf.cglib.core.CodeEmitter$State.access:I
            ireturn
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeEmitter$State;

  public net.sf.cglib.core.Signature getSignature();
    descriptor: ()Lnet/sf/cglib/core/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
         0: .line 92
            aload 0 /* this */
            getfield net.sf.cglib.core.CodeEmitter$State.sig:Lnet/sf/cglib/core/Signature;
            areturn
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeEmitter$State;

  public org.objectweb.asm.Type[] getExceptionTypes();
    descriptor: ()[Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
         0: .line 96
            aload 0 /* this */
            getfield net.sf.cglib.core.CodeEmitter$State.exceptionTypes:[Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeEmitter$State;

  public org.objectweb.asm.Attribute getAttribute();
    descriptor: ()Lorg/objectweb/asm/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.CodeEmitter$State this
         0: .line 101
            aconst_null
            areturn
        end local 0 // net.sf.cglib.core.CodeEmitter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/CodeEmitter$State;
}
SourceFile: "CodeEmitter.java"
NestHost: net.sf.cglib.core.CodeEmitter
InnerClasses:
  private State = net.sf.cglib.core.CodeEmitter$State of net.sf.cglib.core.CodeEmitter