public class net.bytebuddy.implementation.HashCodeMethod implements net.bytebuddy.implementation.Implementation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.HashCodeMethod
  super_class: java.lang.Object
{
  private static final int DEFAULT_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  private static final int DEFAULT_MULTIPLIER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape HASH_CODE;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final net.bytebuddy.implementation.HashCodeMethod$OffsetProvider offsetProvider;
    descriptor: Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int multiplier;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape> ignored;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  private final net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape> nonNullable;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 62
            ldc Ljava/lang/Object;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 63
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         2: .line 64
            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
         3: .line 65
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
         4: .line 62
            putstatic net.bytebuddy.implementation.HashCodeMethod.HASH_CODE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         5: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(net.bytebuddy.implementation.HashCodeMethod$OffsetProvider);
    descriptor: (Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider offsetProvider
         0: .line 93
            aload 0 /* this */
            aload 1 /* offsetProvider */
            bipush 31
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
         1: .line 94
            return
        end local 1 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider offsetProvider
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    2     1  offsetProvider  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
    MethodParameters:
                Name  Flags
      offsetProvider  

  private void <init>(net.bytebuddy.implementation.HashCodeMethod$OffsetProvider, int, net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>);
    descriptor: (Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider offsetProvider
        start local 2 // int multiplier
        start local 3 // net.bytebuddy.matcher.ElementMatcher$Junction ignored
        start local 4 // net.bytebuddy.matcher.ElementMatcher$Junction nonNullable
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            aload 1 /* offsetProvider */
            putfield net.bytebuddy.implementation.HashCodeMethod.offsetProvider:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
         2: .line 109
            aload 0 /* this */
            iload 2 /* multiplier */
            putfield net.bytebuddy.implementation.HashCodeMethod.multiplier:I
         3: .line 110
            aload 0 /* this */
            aload 3 /* ignored */
            putfield net.bytebuddy.implementation.HashCodeMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         4: .line 111
            aload 0 /* this */
            aload 4 /* nonNullable */
            putfield net.bytebuddy.implementation.HashCodeMethod.nonNullable:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         5: .line 112
            return
        end local 4 // net.bytebuddy.matcher.ElementMatcher$Junction nonNullable
        end local 3 // net.bytebuddy.matcher.ElementMatcher$Junction ignored
        end local 2 // int multiplier
        end local 1 // net.bytebuddy.implementation.HashCodeMethod$OffsetProvider offsetProvider
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    6     1  offsetProvider  Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
            0    6     2      multiplier  I
            0    6     3         ignored  Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    6     4     nonNullable  Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    Signature: (Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)V
    MethodParameters:
                Name  Flags
      offsetProvider  
      multiplier      
      ignored         
      nonNullable     

  public static net.bytebuddy.implementation.HashCodeMethod usingSuperClassOffset();
    descriptor: ()Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 120
            new net.bytebuddy.implementation.HashCodeMethod
            dup
            getstatic net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall.INSTANCE:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider$ForSuperMethodCall;
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.HashCodeMethod usingDefaultOffset();
    descriptor: ()Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 129
            bipush 17
            invokestatic net.bytebuddy.implementation.HashCodeMethod.usingOffset:(I)Lnet/bytebuddy/implementation/HashCodeMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.HashCodeMethod usingOffset(int);
    descriptor: (I)Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int value
         0: .line 139
            new net.bytebuddy.implementation.HashCodeMethod
            dup
            new net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue
            dup
            iload 0 /* value */
            invokespecial net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue.<init>:(I)V
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;)V
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public net.bytebuddy.implementation.HashCodeMethod withIgnoredFields(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.matcher.ElementMatcher ignored
         0: .line 150
            new net.bytebuddy.implementation.HashCodeMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.offsetProvider:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.multiplier:I
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* ignored */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.nonNullable:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher ignored
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    1     1  ignored  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)Lnet/bytebuddy/implementation/HashCodeMethod;
    MethodParameters:
         Name  Flags
      ignored  

  public net.bytebuddy.implementation.HashCodeMethod withNonNullableFields(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/implementation/HashCodeMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.matcher.ElementMatcher nonNullable
         0: .line 162
            new net.bytebuddy.implementation.HashCodeMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.offsetProvider:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.multiplier:I
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.nonNullable:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* nonNullable */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher nonNullable
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    1     1  nonNullable  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;)Lnet/bytebuddy/implementation/HashCodeMethod;
    MethodParameters:
             Name  Flags
      nonNullable  

  public net.bytebuddy.implementation.Implementation withMultiplier(int);
    descriptor: (I)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // int multiplier
         0: .line 174
            iload 1 /* multiplier */
            ifne 2
         1: .line 175
            new java.lang.IllegalArgumentException
            dup
            ldc "Hash code multiplier must not be zero"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 177
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.HashCodeMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.offsetProvider:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
            iload 1 /* multiplier */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.nonNullable:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.implementation.HashCodeMethod.<init>:(Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;ILnet/bytebuddy/matcher/ElementMatcher$Junction;Lnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 1 // int multiplier
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    3     1  multiplier  I
    MethodParameters:
            Name  Flags
      multiplier  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 184
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 191
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isInterface:()Z
            ifeq 2
         1: .line 192
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot implement meaningful hash code method for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 194
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.HashCodeMethod$Appender
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.offsetProvider:Lnet/bytebuddy/implementation/HashCodeMethod$OffsetProvider;
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.HashCodeMethod$OffsetProvider.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 195
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.multiplier:I
         4: .line 196
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isStatic:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.ignored:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
         5: .line 197
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod.nonNullable:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         6: .line 194
            invokespecial net.bytebuddy.implementation.HashCodeMethod$Appender.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;ILjava/util/List;Lnet/bytebuddy/matcher/ElementMatcher;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.HashCodeMethod this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lnet/bytebuddy/implementation/HashCodeMethod;
            0    7     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "HashCodeMethod.java"
NestMembers:
  net.bytebuddy.implementation.HashCodeMethod$Appender  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$NoOp  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction  net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$BeforeInstruction  net.bytebuddy.implementation.HashCodeMethod$OffsetProvider  net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForFixedValue  net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$1  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$10  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$11  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$12  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$13  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$2  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$3  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$4  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$5  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$6  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$7  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$8  net.bytebuddy.implementation.HashCodeMethod$ValueTransformer$9
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract OfByteCodeElement = net.bytebuddy.description.ModifierReviewable$OfByteCodeElement of net.bytebuddy.description.ModifierReviewable
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  protected Appender = net.bytebuddy.implementation.HashCodeMethod$Appender of net.bytebuddy.implementation.HashCodeMethod
  protected abstract NullValueGuard = net.bytebuddy.implementation.HashCodeMethod$NullValueGuard of net.bytebuddy.implementation.HashCodeMethod
  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
  public final ForSuperMethodCall = net.bytebuddy.implementation.HashCodeMethod$OffsetProvider$ForSuperMethodCall of net.bytebuddy.implementation.HashCodeMethod$OffsetProvider
  protected abstract ValueTransformer = net.bytebuddy.implementation.HashCodeMethod$ValueTransformer of net.bytebuddy.implementation.HashCodeMethod
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()