public final class net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType extends java.lang.Enum<net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType VIRTUAL;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType SUPER;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType OTHER;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$net$bytebuddy$asm$MemberSubstitution$Replacement$InvocationType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 1469
            new net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            dup
            ldc "VIRTUAL"
            iconst_0
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.<init>:(Ljava/lang/String;I)V
         1: .line 1472
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.VIRTUAL:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
         2: .line 1474
            new net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            dup
            ldc "SUPER"
            iconst_1
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.<init>:(Ljava/lang/String;I)V
         3: .line 1477
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.SUPER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
         4: .line 1479
            new net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            dup
            ldc "OTHER"
            iconst_2
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.<init>:(Ljava/lang/String;I)V
         5: .line 1482
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.OTHER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
         6: .line 1467
            iconst_3
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            dup
            iconst_0
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.VIRTUAL:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.SUPER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            aastore
            dup
            iconst_2
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.OTHER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            aastore
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType this
         0: .line 1467
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected static net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType of(int, net.bytebuddy.description.method.MethodDescription);
    descriptor: (ILnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // int opcode
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 1492
            iload 0 /* opcode */
            tableswitch { // 182 - 185
                  182: 1
                  183: 2
                  184: 6
                  185: 1
              default: 6
          }
         1: .line 1495
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.VIRTUAL:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            areturn
         2: .line 1497
      StackMap locals:
      StackMap stack:
            aload 1 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isVirtual:()Z
            ifeq 4
         3: .line 1498
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.SUPER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            goto 5
         4: .line 1499
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.OTHER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
         5: .line 1497
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            areturn
         6: .line 1501
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.OTHER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // int opcode
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0             opcode  I
            0    7     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      opcode             
      methodDescription  

  protected boolean matches(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType this
        start local 1 // boolean includeVirtualCalls
        start local 2 // boolean includeSuperCalls
         0: .line 1513
            invokestatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.$SWITCH_TABLE$net$bytebuddy$asm$MemberSubstitution$Replacement$InvocationType:()[I
            aload 0 /* this */
            invokevirtual net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 1515
      StackMap locals:
      StackMap stack:
            iload 1 /* includeVirtualCalls */
            ireturn
         2: .line 1517
      StackMap locals:
      StackMap stack:
            iload 2 /* includeSuperCalls */
            ireturn
         3: .line 1519
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // boolean includeSuperCalls
        end local 1 // boolean includeVirtualCalls
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            0    4     1  includeVirtualCalls  Z
            0    4     2    includeSuperCalls  Z
    MethodParameters:
                     Name  Flags
      includeVirtualCalls  
      includeSuperCalls    

  public static net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType[] values();
    descriptor: ()[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  static int[] $SWITCH_TABLE$net$bytebuddy$asm$MemberSubstitution$Replacement$InvocationType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 1467
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.$SWITCH_TABLE$net$bytebuddy$asm$MemberSubstitution$Replacement$InvocationType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.values:()[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.OTHER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            invokevirtual net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.SUPER:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            invokevirtual net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.VIRTUAL:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
            invokevirtual net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType.$SWITCH_TABLE$net$bytebuddy$asm$MemberSubstitution$Replacement$InvocationType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;>;
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  protected abstract Replacement = net.bytebuddy.asm.MemberSubstitution$Replacement of net.bytebuddy.asm.MemberSubstitution
  public final InvocationType = net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType of net.bytebuddy.asm.MemberSubstitution$Replacement