class com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier extends com.oracle.graal.python.tck.PythonProvider$PResultVerifier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier
  super_class: com.oracle.graal.python.tck.PythonProvider$PResultVerifier
{
  private static final com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier INSTANCE;
    descriptor: Lcom/oracle/graal/python/tck/PythonProvider$PNoArrayVerifier;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 444
            ldc Lcom/oracle/graal/python/tck/PythonProvider;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.$assertionsDisabled:Z
         3: .line 466
            new com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier
            dup
            invokespecial com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.<init>:()V
            putstatic com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.INSTANCE:Lcom/oracle/graal/python/tck/PythonProvider$PNoArrayVerifier;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier this
         0: .line 444
            aload 0 /* this */
            invokespecial com.oracle.graal.python.tck.PythonProvider$PResultVerifier.<init>:()V
            return
        end local 0 // com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/tck/PythonProvider$PNoArrayVerifier;

  public void accept(org.graalvm.polyglot.tck.ResultVerifier$SnippetRun);
    descriptor: (Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier this
        start local 1 // org.graalvm.polyglot.tck.ResultVerifier$SnippetRun snippetRun
         0: .line 447
            aload 1 /* snippetRun */
            invokevirtual org.graalvm.polyglot.tck.ResultVerifier$SnippetRun.getParameters:()Ljava/util/List;
            astore 2 /* parameters */
        start local 2 // java.util.List parameters
         1: .line 448
            getstatic com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.$assertionsDisabled:Z
            ifne 2
            aload 2 /* parameters */
            invokeinterface java.util.List.size:()I
            iconst_2
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 450
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* parameters */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            astore 3 /* par0 */
        start local 3 // org.graalvm.polyglot.Value par0
         3: .line 451
            aload 2 /* parameters */
            iconst_1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Value
            astore 4 /* par1 */
        start local 4 // org.graalvm.polyglot.Value par1
         4: .line 453
            aload 3 /* par0 */
            invokestatic com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.isNumber:(Lorg/graalvm/polyglot/Value;)Z
            ifeq 8
            aload 4 /* par1 */
            invokestatic com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.isNumber:(Lorg/graalvm/polyglot/Value;)Z
            ifeq 8
         5: .line 454
            aload 3 /* par0 */
            invokevirtual org.graalvm.polyglot.Value.hasArrayElements:()Z
            ifne 9
            aload 4 /* par1 */
            invokevirtual org.graalvm.polyglot.Value.hasArrayElements:()Z
            ifne 9
         6: .line 455
            invokestatic org.graalvm.polyglot.tck.ResultVerifier.getDefaultResultVerifier:()Lorg/graalvm/polyglot/tck/ResultVerifier;
            aload 1 /* snippetRun */
            invokeinterface org.graalvm.polyglot.tck.ResultVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
         7: .line 457
            goto 9
         8: .line 458
      StackMap locals: org.graalvm.polyglot.Value org.graalvm.polyglot.Value
      StackMap stack:
            invokestatic org.graalvm.polyglot.tck.ResultVerifier.getDefaultResultVerifier:()Lorg/graalvm/polyglot/tck/ResultVerifier;
            aload 1 /* snippetRun */
            invokeinterface org.graalvm.polyglot.tck.ResultVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
         9: .line 460
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.graalvm.polyglot.Value par1
        end local 3 // org.graalvm.polyglot.Value par0
        end local 2 // java.util.List parameters
        end local 1 // org.graalvm.polyglot.tck.ResultVerifier$SnippetRun snippetRun
        end local 0 // com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/oracle/graal/python/tck/PythonProvider$PNoArrayVerifier;
            0   10     1  snippetRun  Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;
            1   10     2  parameters  Ljava/util/List<+Lorg/graalvm/polyglot/Value;>;
            3   10     3        par0  Lorg/graalvm/polyglot/Value;
            4   10     4        par1  Lorg/graalvm/polyglot/Value;
    Exceptions:
      throws org.graalvm.polyglot.PolyglotException
    MethodParameters:
            Name  Flags
      snippetRun  

  private static boolean isNumber(org.graalvm.polyglot.Value);
    descriptor: (Lorg/graalvm/polyglot/Value;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.Value val
         0: .line 463
            aload 0 /* val */
            invokevirtual org.graalvm.polyglot.Value.isNumber:()Z
            ifne 1
            aload 0 /* val */
            invokevirtual org.graalvm.polyglot.Value.isBoolean:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.graalvm.polyglot.Value val
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   val  Lorg/graalvm/polyglot/Value;
    MethodParameters:
      Name  Flags
      val   

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.graalvm.polyglot.tck.ResultVerifier$SnippetRun
            invokevirtual com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier.accept:(Lorg/graalvm/polyglot/tck/ResultVerifier$SnippetRun;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PythonProvider.java"
NestHost: com.oracle.graal.python.tck.PythonProvider
InnerClasses:
  private PNoArrayVerifier = com.oracle.graal.python.tck.PythonProvider$PNoArrayVerifier of com.oracle.graal.python.tck.PythonProvider
  private abstract PResultVerifier = com.oracle.graal.python.tck.PythonProvider$PResultVerifier of com.oracle.graal.python.tck.PythonProvider
  public final SnippetRun = org.graalvm.polyglot.tck.ResultVerifier$SnippetRun of org.graalvm.polyglot.tck.ResultVerifier