public class net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory implements net.bytebuddy.implementation.MethodCall$MethodInvoker$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 2817
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2818
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 2819
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/implementation/MethodCall$MethodInvoker$ForVirtualInvocation$Factory;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public net.bytebuddy.implementation.MethodCall$MethodInvoker make(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/MethodCall$MethodInvoker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 2825
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAccessibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 2
         1: .line 2826
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not accessible to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedType */
            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 2828
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/MethodCall$MethodInvoker$ForVirtualInvocation$Factory;
            0    3     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract MethodInvoker = net.bytebuddy.implementation.MethodCall$MethodInvoker of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$MethodInvoker$Factory of net.bytebuddy.implementation.MethodCall$MethodInvoker
  public ForVirtualInvocation = net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation of net.bytebuddy.implementation.MethodCall$MethodInvoker
  protected Factory = net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation$Factory of net.bytebuddy.implementation.MethodCall$MethodInvoker$ForVirtualInvocation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()