public class net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction implements net.bytebuddy.implementation.bytecode.StackManipulation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction
  super_class: java.lang.Object
{
  final net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump this$2;
    descriptor: Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump);
    descriptor: (Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction this
         0: .line 408
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction.this$2:Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction this
         0: .line 414
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction;

  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$NullValueGuard$UsingJump$AfterInstruction this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 421
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction.this$2:Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump.label:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         1: .line 422
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.Implementation$Context.getClassFileVersion:()Lnet/bytebuddy/ClassFileVersion;
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V6:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.isAtLeast:(Lnet/bytebuddy/ClassFileVersion;)Z
            ifeq 3
         2: .line 423
            aload 1 /* methodVisitor */
            iconst_4
            getstatic net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump.EMPTY:[Ljava/lang/Object;
            arraylength
            getstatic net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump.EMPTY:[Ljava/lang/Object;
            getstatic net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump.INTEGER:[Ljava/lang/Object;
            arraylength
            getstatic net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump.INTEGER:[Ljava/lang/Object;
            invokevirtual org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
         3: .line 425
      StackMap locals:
      StackMap stack:
            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$NullValueGuard$UsingJump$AfterInstruction this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lnet/bytebuddy/implementation/HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction;
            0    4     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    4     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
}
SourceFile: "HashCodeMethod.java"
NestHost: net.bytebuddy.implementation.HashCodeMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract NullValueGuard = net.bytebuddy.implementation.HashCodeMethod$NullValueGuard of net.bytebuddy.implementation.HashCodeMethod
  public UsingJump = net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump of net.bytebuddy.implementation.HashCodeMethod$NullValueGuard
  protected AfterInstruction = net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump$AfterInstruction of net.bytebuddy.implementation.HashCodeMethod$NullValueGuard$UsingJump
  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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)