public class net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue implements net.bytebuddy.implementation.HashCodeMethod$OffsetProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue
  super_class: java.lang.Object
{
  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue this
        start local 1 // int value
         0: .line 229
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 230
            aload 0 /* this */
            iload 1 /* value */
            putfield net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue.value:I
         2: .line 231
            return
        end local 1 // int value
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForFixedValue;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  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=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 237
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue.value:I
            invokestatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.forValue:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForFixedValue;
            0    1     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "HashCodeMethod.java"
NestHost: net.bytebuddy.implementation.HashCodeMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract OffsetProvider = net.bytebuddy.implementation.HashCodeMethod$OffsetProvider of net.bytebuddy.implementation.HashCodeMethod
  public ForFixedValue = net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue of net.bytebuddy.implementation.HashCodeMethod$OffsetProvider
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()