public class com.oracle.truffle.api.library.test.GR18252Test extends com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.GR18252Test
  super_class: com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test this
         0: .line 67
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.AbstractParametrizedLibraryTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GR18252Test;

  public static java.util.List<com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun> data();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            iconst_4
            anewarray com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun
            dup
            iconst_0
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_1
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_2
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_3
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public void testDispatchingToAIs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test this
         0: .line 183
            new com.oracle.truffle.api.library.test.GR18252Test$Data
            dup
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$AMessages;
            ldc "value"
            invokespecial com.oracle.truffle.api.library.test.GR18252Test$Data.<init>:(Ljava/lang/Class;Ljava/lang/Object;)V
            astore 1 /* dataA */
        start local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataA
         1: .line 184
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$ALibrary;
            aload 1 /* dataA */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.GR18252Test$ALibrary
            aload 1 /* dataA */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test$ALibrary.is:(Ljava/lang/Object;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 185
            return
        end local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataA
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/library/test/GR18252Test;
            1    3     1  dataA  Lcom/oracle/truffle/api/library/test/GR18252Test$Data;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDispatchingToBIs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test this
         0: .line 189
            new com.oracle.truffle.api.library.test.GR18252Test$Data
            dup
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$BMessages;
            ldc "value"
            invokespecial com.oracle.truffle.api.library.test.GR18252Test$Data.<init>:(Ljava/lang/Class;Ljava/lang/Object;)V
            astore 1 /* dataB */
        start local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataB
         1: .line 190
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$ALibrary;
            aload 1 /* dataB */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.GR18252Test$ALibrary
            aload 1 /* dataB */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test$ALibrary.is:(Ljava/lang/Object;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 191
            return
        end local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataB
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/library/test/GR18252Test;
            1    3     1  dataB  Lcom/oracle/truffle/api/library/test/GR18252Test$Data;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDispatchingToAGet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test this
         0: .line 195
            new com.oracle.truffle.api.library.test.GR18252Test$Data
            dup
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$AMessages;
            ldc "value"
            invokespecial com.oracle.truffle.api.library.test.GR18252Test$Data.<init>:(Ljava/lang/Class;Ljava/lang/Object;)V
            astore 1 /* dataA */
        start local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataA
         1: .line 196
            aconst_null
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$ALibrary;
            aload 1 /* dataA */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.GR18252Test$ALibrary
            aload 1 /* dataA */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test$ALibrary.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 197
            return
        end local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataA
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/library/test/GR18252Test;
            1    3     1  dataA  Lcom/oracle/truffle/api/library/test/GR18252Test$Data;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDispatchingToBGet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test this
         0: .line 201
            new com.oracle.truffle.api.library.test.GR18252Test$Data
            dup
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$BMessages;
            ldc "value"
            invokespecial com.oracle.truffle.api.library.test.GR18252Test$Data.<init>:(Ljava/lang/Class;Ljava/lang/Object;)V
            astore 1 /* dataB */
        start local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataB
         1: .line 202
            ldc "value"
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/GR18252Test$ALibrary;
            aload 1 /* dataB */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.GR18252Test$ALibrary
            aload 1 /* dataB */
            invokevirtual com.oracle.truffle.api.library.test.GR18252Test$ALibrary.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 203
            return
        end local 1 // com.oracle.truffle.api.library.test.GR18252Test$Data dataB
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/library/test/GR18252Test;
            1    3     1  dataB  Lcom/oracle/truffle/api/library/test/GR18252Test$Data;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "GR18252Test.java"
NestMembers:
  com.oracle.truffle.api.library.test.GR18252Test$ALibrary  com.oracle.truffle.api.library.test.GR18252Test$AMessages  com.oracle.truffle.api.library.test.GR18252Test$BMessages  com.oracle.truffle.api.library.test.GR18252Test$BMessages$Is  com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn1  com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn2  com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn2$Is  com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3  com.oracle.truffle.api.library.test.GR18252Test$Data
InnerClasses:
  abstract ALibrary = com.oracle.truffle.api.library.test.GR18252Test$ALibrary of com.oracle.truffle.api.library.test.GR18252Test
  AMessages = com.oracle.truffle.api.library.test.GR18252Test$AMessages of com.oracle.truffle.api.library.test.GR18252Test
  BMessages = com.oracle.truffle.api.library.test.GR18252Test$BMessages of com.oracle.truffle.api.library.test.GR18252Test
  CMessagesNoWarn1 = com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn1 of com.oracle.truffle.api.library.test.GR18252Test
  CMessagesNoWarn2 = com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn2 of com.oracle.truffle.api.library.test.GR18252Test
  CMessagesNoWarn3 = com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3 of com.oracle.truffle.api.library.test.GR18252Test
  Data = com.oracle.truffle.api.library.test.GR18252Test$Data of com.oracle.truffle.api.library.test.GR18252Test
  public final TestRun = com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun of com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized