class net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8 extends net.bytebuddy.implementation.HashCodeMethod$ValueTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8
  super_class: net.bytebuddy.implementation.HashCodeMethod$ValueTransformer
{
  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.implementation.HashCodeMethod$ValueTransformer$8 this
         0: .line 525
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.implementation.HashCodeMethod$ValueTransformer.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/HashCodeMethod$ValueTransformer$8;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8 this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 528
            aload 1 /* methodVisitor */
            sipush 184
            ldc "java/util/Arrays"
            ldc "hashCode"
            ldc "([I)I"
            iconst_0
            invokevirtual org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 529
            new net.bytebuddy.implementation.bytecode.StackManipulation$Size
            dup
            iconst_0
            iconst_0
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Size.<init>:(II)V
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lnet/bytebuddy/implementation/HashCodeMethod$ValueTransformer$8;
            0    2     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    2     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
}
SourceFile: "HashCodeMethod.java"
EnclosingMethod: net.bytebuddy.implementation.HashCodeMethod$ValueTransformer
NestHost: net.bytebuddy.implementation.HashCodeMethod
InnerClasses:
  protected abstract ValueTransformer = net.bytebuddy.implementation.HashCodeMethod$ValueTransformer of net.bytebuddy.implementation.HashCodeMethod
  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation