public abstract class net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase implements net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
         0: .line 168
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$AbstractBase;

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

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
         0: .line 179
            bipush 31
            aload 0 /* this */
            invokevirtual net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase.getMethodDescription:()Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.asSignatureToken:()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
            invokevirtual net.bytebuddy.description.method.MethodDescription$SignatureToken.hashCode:()I
            imul
            aload 0 /* this */
            invokevirtual net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase.getTypeDescription:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            ireturn
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$AbstractBase;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
        start local 1 // java.lang.Object other
         0: .line 184
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 185
            iconst_1
            ireturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
            ifne 4
         3: .line 187
            iconst_0
            ireturn
         4: .line 189
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
            astore 2 /* specialMethodInvocation */
        start local 2 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
         5: .line 190
            aload 0 /* this */
            invokevirtual net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase.getMethodDescription:()Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.asSignatureToken:()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
            aload 2 /* specialMethodInvocation */
            invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.getMethodDescription:()Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.asSignatureToken:()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
            invokevirtual net.bytebuddy.description.method.MethodDescription$SignatureToken.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 191
            aload 0 /* this */
            invokevirtual net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase.getTypeDescription:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* specialMethodInvocation */
            invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.getTypeDescription:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 190
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    9     0                     this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$AbstractBase;
            0    9     1                    other  Ljava/lang/Object;
            5    9     2  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  public SignatureToken = net.bytebuddy.description.method.MethodDescription$SignatureToken of net.bytebuddy.description.method.MethodDescription
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public abstract AbstractBase = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation