final class org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl extends org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl
  super_class: org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl
{
  void <init>(org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl$Kind, org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl, boolean, java.util.List<? extends org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl>);
    descriptor: (Lorg/graalvm/polyglot/tck/TypeDescriptor$ExecutableImpl$Kind;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;ZLjava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
        start local 1 // org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl$Kind kind
        start local 2 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl instanceType
        start local 3 // boolean vararg
        start local 4 // java.util.List paramTypes
         0: .line 916
            aload 0 /* this */
            aload 1 /* kind */
            aload 2 /* instanceType */
            iload 3 /* vararg */
            aload 4 /* paramTypes */
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl.<init>:(Lorg/graalvm/polyglot/tck/TypeDescriptor$ExecutableImpl$Kind;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;ZLjava/util/List;)V
         1: .line 917
            return
        end local 4 // java.util.List paramTypes
        end local 3 // boolean vararg
        end local 2 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl instanceType
        end local 1 // org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl$Kind kind
        end local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/graalvm/polyglot/tck/TypeDescriptor$InstantiableImpl;
            0    2     1          kind  Lorg/graalvm/polyglot/tck/TypeDescriptor$ExecutableImpl$Kind;
            0    2     2  instanceType  Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;
            0    2     3        vararg  Z
            0    2     4    paramTypes  Ljava/util/List<+Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;>;
    Signature: (Lorg/graalvm/polyglot/tck/TypeDescriptor$ExecutableImpl$Kind;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;ZLjava/util/List<+Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;>;)V
    MethodParameters:
              Name  Flags
      kind          final
      instanceType  final
      vararg        final
      paramTypes    final

  boolean isAssignable(org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl, org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl);
    descriptor: (Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
        start local 1 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl origType
        start local 2 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl byType
         0: .line 921
            aload 0 /* this */
            aload 1 /* origType */
            aload 2 /* byType */
            invokevirtual org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl.other:(Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;)Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;
            astore 3 /* other */
        start local 3 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl other
         1: .line 922
            aload 3 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 4 /* otherClz */
        start local 4 // java.lang.Class otherClz
         2: .line 923
            aload 4 /* otherClz */
            ldc Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveImpl;
            if_acmpeq 3
            aload 4 /* otherClz */
            ldc Lorg/graalvm/polyglot/tck/TypeDescriptor$ExecutableImpl;
            if_acmpne 4
         3: .line 924
      StackMap locals: org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl java.lang.Class
      StackMap stack:
            iconst_0
            ireturn
         4: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* origType */
            aload 2 /* byType */
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl.isAssignable:(Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;)Z
            ireturn
        end local 4 // java.lang.Class otherClz
        end local 3 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl other
        end local 2 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl byType
        end local 1 // org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl origType
        end local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/graalvm/polyglot/tck/TypeDescriptor$InstantiableImpl;
            0    5     1  origType  Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;
            0    5     2    byType  Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;
            1    5     3     other  Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;
            2    5     4  otherClz  Ljava/lang/Class<+Lorg/graalvm/polyglot/tck/TypeDescriptor$TypeDescriptorImpl;>;
    MethodParameters:
          Name  Flags
      origType  
      byType    

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
         0: .line 931
            ldc "Instantiable"
            areturn
        end local 0 // org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/tck/TypeDescriptor$InstantiableImpl;
}
SourceFile: "TypeDescriptor.java"
NestHost: org.graalvm.polyglot.tck.TypeDescriptor
InnerClasses:
  private ExecutableImpl = org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl of org.graalvm.polyglot.tck.TypeDescriptor
  final Kind = org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl$Kind of org.graalvm.polyglot.tck.TypeDescriptor$ExecutableImpl
  private final InstantiableImpl = org.graalvm.polyglot.tck.TypeDescriptor$InstantiableImpl of org.graalvm.polyglot.tck.TypeDescriptor
  private final PrimitiveImpl = org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveImpl of org.graalvm.polyglot.tck.TypeDescriptor
  private abstract TypeDescriptorImpl = org.graalvm.polyglot.tck.TypeDescriptor$TypeDescriptorImpl of org.graalvm.polyglot.tck.TypeDescriptor