public class net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation implements net.bytebuddy.implementation.MethodCall$TargetHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    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$TargetHandler$ForSelfOrStaticInvocation this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 2007
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2008
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 2009
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForSelfOrStaticInvocation;
            0    3     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved resolve(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler$Resolved;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 2015
            new net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation$Resolved
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* instrumentedMethod */
            invokespecial net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation$Resolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForSelfOrStaticInvocation;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public ForSelfOrStaticInvocation = net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation of net.bytebuddy.implementation.MethodCall$TargetHandler
  protected final Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation
  protected Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler$ForSelfOrStaticInvocation
  public abstract Resolved = net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved of net.bytebuddy.implementation.MethodCall$TargetHandler
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()