class net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 extends net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1
  super_class: net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
         0: .line 169
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected net.bytebuddy.implementation.HashCodeMethod hashCodeMethod(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 172
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* typeDefinition */
        start local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         1: .line 173
            goto 11
         2: .line 174
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 175
            invokestatic net.bytebuddy.implementation.HashCodeMethod.usingSuperClassOffset:()Lnet/bytebuddy/implementation/HashCodeMethod;
            areturn
         4: .line 177
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isHashCode:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            astore 3 /* hashCode */
        start local 3 // net.bytebuddy.description.method.MethodList hashCode
         5: .line 178
            aload 3 /* hashCode */
            invokeinterface net.bytebuddy.description.method.MethodList.isEmpty:()Z
            ifne 10
         6: .line 179
            aload 3 /* hashCode */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            invokeinterface net.bytebuddy.description.method.MethodDescription.isAbstract:()Z
            ifeq 8
         7: .line 180
            invokestatic net.bytebuddy.implementation.HashCodeMethod.usingDefaultOffset:()Lnet/bytebuddy/implementation/HashCodeMethod;
            goto 9
         8: .line 181
      StackMap locals: net.bytebuddy.description.method.MethodList
      StackMap stack:
            invokestatic net.bytebuddy.implementation.HashCodeMethod.usingSuperClassOffset:()Lnet/bytebuddy/implementation/HashCodeMethod;
         9: .line 179
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.HashCodeMethod
            areturn
        10: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* typeDefinition */
        end local 3 // net.bytebuddy.description.method.MethodList hashCode
        11: .line 173
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            ifnull 12
            aload 2 /* typeDefinition */
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
        12: .line 185
      StackMap locals:
      StackMap stack:
            invokestatic net.bytebuddy.implementation.HashCodeMethod.usingDefaultOffset:()Lnet/bytebuddy/implementation/HashCodeMethod;
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1;
            0   13     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            1   13     2    typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
            5   11     3          hashCode  Lnet/bytebuddy/description/method/MethodList<*>;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  protected net.bytebuddy.implementation.EqualsMethod equalsMethod(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/EqualsMethod;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 190
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* typeDefinition */
        start local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         1: .line 191
            goto 11
         2: .line 192
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 193
            invokestatic net.bytebuddy.implementation.EqualsMethod.requiringSuperClassEquality:()Lnet/bytebuddy/implementation/EqualsMethod;
            areturn
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isHashCode:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            astore 3 /* hashCode */
        start local 3 // net.bytebuddy.description.method.MethodList hashCode
         5: .line 196
            aload 3 /* hashCode */
            invokeinterface net.bytebuddy.description.method.MethodList.isEmpty:()Z
            ifne 10
         6: .line 197
            aload 3 /* hashCode */
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
            invokeinterface net.bytebuddy.description.method.MethodDescription.isAbstract:()Z
            ifeq 8
         7: .line 198
            invokestatic net.bytebuddy.implementation.EqualsMethod.isolated:()Lnet/bytebuddy/implementation/EqualsMethod;
            goto 9
         8: .line 199
      StackMap locals: net.bytebuddy.description.method.MethodList
      StackMap stack:
            invokestatic net.bytebuddy.implementation.EqualsMethod.requiringSuperClassEquality:()Lnet/bytebuddy/implementation/EqualsMethod;
         9: .line 197
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.EqualsMethod
            areturn
        10: .line 201
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 2 /* typeDefinition */
        end local 3 // net.bytebuddy.description.method.MethodList hashCode
        11: .line 191
      StackMap locals:
      StackMap stack:
            aload 2 /* typeDefinition */
            ifnull 12
            aload 2 /* typeDefinition */
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
        12: .line 203
      StackMap locals:
      StackMap stack:
            invokestatic net.bytebuddy.implementation.EqualsMethod.isolated:()Lnet/bytebuddy/implementation/EqualsMethod;
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1;
            0   13     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            1   13     2    typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
            5   11     3          hashCode  Lnet/bytebuddy/description/method/MethodList<*>;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "HashCodeAndEqualsPlugin.java"
EnclosingMethod: net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper
NestHost: net.bytebuddy.build.HashCodeAndEqualsPlugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InvokeSuper = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper of net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance
  net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance$InvokeSuper$1
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher