class net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1 extends net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1
  super_class: net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1 this
         0: .line 430
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Target$AbstractBase$DefaultMethodInvocation$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected net.bytebuddy.implementation.Implementation$SpecialMethodInvocation apply(net.bytebuddy.dynamic.scaffold.MethodGraph$Node, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1 this
        start local 1 // net.bytebuddy.dynamic.scaffold.MethodGraph$Node node
        start local 2 // net.bytebuddy.description.type.TypeDescription targetType
         0: .line 433
            aload 1 /* node */
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Node.getSort:()Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node$Sort;
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$Node$Sort.isUnique:()Z
            ifeq 2
         1: .line 434
            aload 1 /* node */
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Node.getRepresentative:()Lnet/bytebuddy/description/method/MethodDescription;
            aload 2 /* targetType */
            invokestatic net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.of:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            goto 3
         2: .line 435
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Illegal.INSTANCE:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Illegal;
         3: .line 433
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDescription targetType
        end local 1 // net.bytebuddy.dynamic.scaffold.MethodGraph$Node node
        end local 0 // net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lnet/bytebuddy/implementation/Implementation$Target$AbstractBase$DefaultMethodInvocation$1;
            0    4     1        node  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;
            0    4     2  targetType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
            Name  Flags
      node        
      targetType  
}
SourceFile: "Implementation.java"
EnclosingMethod: net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  public abstract Node = net.bytebuddy.dynamic.scaffold.MethodGraph$Node of net.bytebuddy.dynamic.scaffold.MethodGraph
  public final Sort = net.bytebuddy.dynamic.scaffold.MethodGraph$Node$Sort of net.bytebuddy.dynamic.scaffold.MethodGraph$Node
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public final Illegal = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Illegal of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  public Simple = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public abstract AbstractBase = net.bytebuddy.implementation.Implementation$Target$AbstractBase of net.bytebuddy.implementation.Implementation$Target
  protected abstract DefaultMethodInvocation = net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation of net.bytebuddy.implementation.Implementation$Target$AbstractBase
  net.bytebuddy.implementation.Implementation$Target$AbstractBase$DefaultMethodInvocation$1