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

  protected void <init>(net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump);
    descriptor: (Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
         0: .line 472
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction;
    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.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
         0: .line 478
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction;

  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=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 485
            aload 1 /* methodVisitor */
            bipush 58
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         1: .line 486
            aload 1 /* methodVisitor */
            bipush 58
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         2: .line 487
            aload 1 /* methodVisitor */
            bipush 25
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         3: .line 488
            aload 1 /* methodVisitor */
            bipush 25
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         4: .line 489
            aload 1 /* methodVisitor */
            sipush 198
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.secondValueNull:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         5: .line 490
            aload 1 /* methodVisitor */
            sipush 198
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.firstValueNull:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         6: .line 491
            aload 1 /* methodVisitor */
            bipush 25
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            iconst_1
            iadd
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         7: .line 492
            aload 1 /* methodVisitor */
            bipush 25
            aload 0 /* this */
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction.this$2:Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump;
            getfield net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         8: .line 493
            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.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lnet/bytebuddy/implementation/EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction;
            0    9     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    9     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
}
SourceFile: "EqualsMethod.java"
NestHost: net.bytebuddy.implementation.EqualsMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract NullValueGuard = net.bytebuddy.implementation.EqualsMethod$NullValueGuard of net.bytebuddy.implementation.EqualsMethod
  public UsingJump = net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump of net.bytebuddy.implementation.EqualsMethod$NullValueGuard
  protected BeforeInstruction = net.bytebuddy.implementation.EqualsMethod$NullValueGuard$UsingJump$BeforeInstruction of net.bytebuddy.implementation.EqualsMethod$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)