class net.sf.cglib.core.ClassEmitter$FieldInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.ClassEmitter$FieldInfo
  super_class: java.lang.Object
{
  int access;
    descriptor: I
    flags: (0x0000) 

  java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  org.objectweb.asm.Type type;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x0000) 

  java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  public void <init>(int, java.lang.String, org.objectweb.asm.Type, java.lang.Object);
    descriptor: (ILjava/lang/String;Lorg/objectweb/asm/Type;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // org.objectweb.asm.Type type
        start local 4 // java.lang.Object value
         0: .line 215
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            iload 1 /* access */
            putfield net.sf.cglib.core.ClassEmitter$FieldInfo.access:I
         2: .line 217
            aload 0 /* this */
            aload 2 /* name */
            putfield net.sf.cglib.core.ClassEmitter$FieldInfo.name:Ljava/lang/String;
         3: .line 218
            aload 0 /* this */
            aload 3 /* type */
            putfield net.sf.cglib.core.ClassEmitter$FieldInfo.type:Lorg/objectweb/asm/Type;
         4: .line 219
            aload 0 /* this */
            aload 4 /* value */
            putfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
         5: .line 220
            return
        end local 4 // java.lang.Object value
        end local 3 // org.objectweb.asm.Type type
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lnet/sf/cglib/core/ClassEmitter$FieldInfo;
            0    6     1  access  I
            0    6     2    name  Ljava/lang/String;
            0    6     3    type  Lorg/objectweb/asm/Type;
            0    6     4   value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      access  
      name    
      type    
      value   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
        start local 1 // java.lang.Object o
         0: .line 223
            aload 1 /* o */
            ifnonnull 2
         1: .line 224
            iconst_0
            ireturn
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof net.sf.cglib.core.ClassEmitter$FieldInfo
            ifne 4
         3: .line 226
            iconst_0
            ireturn
         4: .line 227
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast net.sf.cglib.core.ClassEmitter$FieldInfo
            astore 2 /* other */
        start local 2 // net.sf.cglib.core.ClassEmitter$FieldInfo other
         5: .line 228
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.access:I
            aload 2 /* other */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.access:I
            if_icmpne 8
         6: .line 229
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.name:Ljava/lang/String;
            aload 2 /* other */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 230
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.type:Lorg/objectweb/asm/Type;
            aload 2 /* other */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 231
      StackMap locals: net.sf.cglib.core.ClassEmitter$FieldInfo
      StackMap stack:
            iconst_0
            ireturn
         9: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            ifnonnull 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: aload 2 /* other */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            ifnonnull 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: int
        12: iconst_0
      StackMap locals: net.sf.cglib.core.ClassEmitter$FieldInfo java.lang.Object net.sf.cglib.core.ClassEmitter$FieldInfo
      StackMap stack: int int
        13: ixor
            ifeq 15
        14: .line 234
            iconst_0
            ireturn
        15: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            ifnull 17
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            aload 2 /* other */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 236
            iconst_0
            ireturn
        17: .line 237
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // net.sf.cglib.core.ClassEmitter$FieldInfo other
        end local 1 // java.lang.Object o
        end local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lnet/sf/cglib/core/ClassEmitter$FieldInfo;
            0   18     1      o  Ljava/lang/Object;
            5   18     2  other  Lnet/sf/cglib/core/ClassEmitter$FieldInfo;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
         0: .line 241
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.access:I
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.hashCode:()I
            ixor
            aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: aload 0 /* this */
            getfield net.sf.cglib.core.ClassEmitter$FieldInfo.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: net.sf.cglib.core.ClassEmitter$FieldInfo
      StackMap stack: int int
         2: ixor
            ireturn
        end local 0 // net.sf.cglib.core.ClassEmitter$FieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/ClassEmitter$FieldInfo;
}
SourceFile: "ClassEmitter.java"
NestHost: net.sf.cglib.core.ClassEmitter
InnerClasses:
  FieldInfo = net.sf.cglib.core.ClassEmitter$FieldInfo of net.sf.cglib.core.ClassEmitter