class com.oracle.truffle.tck.tests.InlineTestRun extends com.oracle.truffle.tck.tests.TestRun
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tck.tests.InlineTestRun
  super_class: com.oracle.truffle.tck.tests.TestRun
{
  private final org.graalvm.polyglot.tck.InlineSnippet inlineSnippet;
    descriptor: Lorg/graalvm/polyglot/tck/InlineSnippet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.util.Map$Entry<java.lang.String, ? extends org.graalvm.polyglot.tck.Snippet>, org.graalvm.polyglot.tck.InlineSnippet);
    descriptor: (Ljava/util/Map$Entry;Lorg/graalvm/polyglot/tck/InlineSnippet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
        start local 1 // java.util.Map$Entry snippet
        start local 2 // org.graalvm.polyglot.tck.InlineSnippet inlineSnippet
         0: .line 56
            aload 0 /* this */
            aload 1 /* snippet */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial com.oracle.truffle.tck.tests.TestRun.<init>:(Ljava/util/Map$Entry;Ljava/util/List;)V
         1: .line 57
            aload 2 /* inlineSnippet */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 58
            aload 0 /* this */
            aload 2 /* inlineSnippet */
            putfield com.oracle.truffle.tck.tests.InlineTestRun.inlineSnippet:Lorg/graalvm/polyglot/tck/InlineSnippet;
         3: .line 59
            return
        end local 2 // org.graalvm.polyglot.tck.InlineSnippet inlineSnippet
        end local 1 // java.util.Map$Entry snippet
        end local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/tck/tests/InlineTestRun;
            0    4     1        snippet  Ljava/util/Map$Entry<Ljava/lang/String;+Lorg/graalvm/polyglot/tck/Snippet;>;
            0    4     2  inlineSnippet  Lorg/graalvm/polyglot/tck/InlineSnippet;
    Signature: (Ljava/util/Map$Entry<Ljava/lang/String;+Lorg/graalvm/polyglot/tck/Snippet;>;Lorg/graalvm/polyglot/tck/InlineSnippet;)V
    MethodParameters:
               Name  Flags
      snippet        final
      inlineSnippet  final

  org.graalvm.polyglot.tck.InlineSnippet getInlineSnippet();
    descriptor: ()Lorg/graalvm/polyglot/tck/InlineSnippet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
         0: .line 62
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineTestRun.inlineSnippet:Lorg/graalvm/polyglot/tck/InlineSnippet;
            areturn
        end local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tck/tests/InlineTestRun;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
        start local 1 // java.lang.Object obj
         0: .line 67
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.oracle.truffle.tck.tests.TestRun.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 68
            iconst_0
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tck.tests.InlineTestRun
            astore 2 /* otherRun */
        start local 2 // com.oracle.truffle.tck.tests.InlineTestRun otherRun
         3: .line 71
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineTestRun.inlineSnippet:Lorg/graalvm/polyglot/tck/InlineSnippet;
            aload 2 /* otherRun */
            getfield com.oracle.truffle.tck.tests.InlineTestRun.inlineSnippet:Lorg/graalvm/polyglot/tck/InlineSnippet;
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals: com.oracle.truffle.tck.tests.InlineTestRun
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // com.oracle.truffle.tck.tests.InlineTestRun otherRun
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/tck/tests/InlineTestRun;
            0    5     1       obj  Ljava/lang/Object;
            3    5     2  otherRun  Lcom/oracle/truffle/tck/tests/InlineTestRun;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
         0: .line 76
            aload 0 /* this */
            invokespecial com.oracle.truffle.tck.tests.TestRun.hashCode:()I
            istore 1 /* res */
        start local 1 // int res
         1: .line 77
            iload 1 /* res */
            bipush 31
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.tck.tests.InlineTestRun.inlineSnippet:Lorg/graalvm/polyglot/tck/InlineSnippet;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* res */
         2: .line 78
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // com.oracle.truffle.tck.tests.InlineTestRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tck/tests/InlineTestRun;
            1    3     1   res  I
}
SourceFile: "InlineTestRun.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map