public final class net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall extends java.lang.Enum<net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall> implements net.bytebuddy.implementation.HashCodeMethod$OffsetProvider
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall INSTANCE;
    descriptor: Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 246
            new net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.<init>:(Ljava/lang/String;I)V
         1: .line 249
            putstatic net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.INSTANCE:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
         2: .line 244
            iconst_1
            anewarray net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.INSTANCE:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            aastore
            putstatic net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.ENUM$VALUES:[Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall this
         0: .line 244
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.bytecode.StackManipulation resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 255
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 2 /* superClass */
        start local 2 // net.bytebuddy.description.type.TypeDefinition superClass
         1: .line 256
            aload 2 /* superClass */
            ifnonnull 3
         2: .line 257
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* instrumentedType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not declare a super class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 259
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.HashCodeMethod.HASH_CODE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aload 2 /* superClass */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType.special:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDefinition superClass
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            0    4     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            1    4     2        superClass  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public static net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.ENUM$VALUES:[Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;>;Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
SourceFile: "HashCodeMethod.java"
NestHost: net.bytebuddy.implementation.HashCodeMethod
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected abstract OffsetProvider = net.bytebuddy.implementation.HashCodeMethod$OffsetProvider of net.bytebuddy.implementation.HashCodeMethod
  public final ForSuperMethodCall = net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall of net.bytebuddy.implementation.HashCodeMethod$OffsetProvider
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation