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

  public void testUsingIntrospection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIntrospectionTestFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntrospectionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testReflection1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIntrospection1NodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntrospectionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testFallbackReflection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
         0: .line 255
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFallbackNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntrospectionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void assertSpecializationEquals(com.oracle.truffle.api.dsl.Introspection$SpecializationInfo, com.oracle.truffle.api.dsl.Introspection$SpecializationInfo);
    descriptor: (Lcom/oracle/truffle/api/dsl/Introspection$SpecializationInfo;Lcom/oracle/truffle/api/dsl/Introspection$SpecializationInfo;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.Introspection$SpecializationInfo s1
        start local 1 // com.oracle.truffle.api.dsl.Introspection$SpecializationInfo s2
         0: .line 290
            aload 0 /* s1 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getMethodName:()Ljava/lang/String;
            aload 1 /* s2 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getMethodName:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 291
            aload 0 /* s1 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.isActive:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 1 /* s2 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.isActive:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 292
            aload 0 /* s1 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.isExcluded:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 1 /* s2 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.isExcluded:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 293
            aload 0 /* s1 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getInstances:()I
            i2l
            aload 1 /* s2 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getInstances:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         4: .line 295
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 15
         6: .line 296
      StackMap locals: int
      StackMap stack:
            aload 0 /* s1 */
            iload 2 /* i */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getCachedData:(I)Ljava/util/List;
            astore 3 /* cachedData1 */
        start local 3 // java.util.List cachedData1
         7: .line 297
            aload 1 /* s2 */
            iload 2 /* i */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getCachedData:(I)Ljava/util/List;
            astore 4 /* cachedData2 */
        start local 4 // java.util.List cachedData2
         8: .line 298
            aload 3 /* cachedData1 */
            invokeinterface java.util.List.size:()I
            i2l
            aload 4 /* cachedData2 */
            invokeinterface java.util.List.size:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         9: .line 299
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        10: goto 13
        11: .line 300
      StackMap locals: java.util.List java.util.List int
      StackMap stack:
            aload 3 /* cachedData1 */
            iload 5 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 4 /* cachedData2 */
            iload 5 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        12: .line 299
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* j */
            aload 3 /* cachedData1 */
            invokeinterface java.util.List.size:()I
            if_icmplt 11
        end local 5 // int j
        end local 4 // java.util.List cachedData2
        end local 3 // java.util.List cachedData1
        14: .line 295
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            aload 0 /* s1 */
            invokevirtual com.oracle.truffle.api.dsl.Introspection$SpecializationInfo.getInstances:()I
            if_icmplt 6
        end local 2 // int i
        16: .line 303
            return
        end local 1 // com.oracle.truffle.api.dsl.Introspection$SpecializationInfo s2
        end local 0 // com.oracle.truffle.api.dsl.Introspection$SpecializationInfo s1
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0           s1  Lcom/oracle/truffle/api/dsl/Introspection$SpecializationInfo;
            0   17     1           s2  Lcom/oracle/truffle/api/dsl/Introspection$SpecializationInfo;
            5   16     2            i  I
            7   14     3  cachedData1  Ljava/util/List<Ljava/lang/Object;>;
            8   14     4  cachedData2  Ljava/util/List<Ljava/lang/Object;>;
           10   14     5            j  I
    MethodParameters:
      Name  Flags
      s1    
      s2    

  public void testTrivialNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
         0: .line 307
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTrivialNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntrospectionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "IntrospectionTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.IntrospectionTest$FallbackNode  com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node  com.oracle.truffle.api.dsl.test.IntrospectionTest$IntrospectionTypeSystem  com.oracle.truffle.api.dsl.test.IntrospectionTest$NegateNode  com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode  com.oracle.truffle.api.dsl.test.IntrospectionTest$TrivialNode
InnerClasses:
  public final SpecializationInfo = com.oracle.truffle.api.dsl.Introspection$SpecializationInfo of com.oracle.truffle.api.dsl.Introspection
  public abstract FallbackNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$FallbackNode of com.oracle.truffle.api.dsl.test.IntrospectionTest
  public abstract Introspection1Node = com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node of com.oracle.truffle.api.dsl.test.IntrospectionTest
  public IntrospectionTypeSystem = com.oracle.truffle.api.dsl.test.IntrospectionTest$IntrospectionTypeSystem of com.oracle.truffle.api.dsl.test.IntrospectionTest
  abstract NegateNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$NegateNode of com.oracle.truffle.api.dsl.test.IntrospectionTest
  public ReflectableNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode of com.oracle.truffle.api.dsl.test.IntrospectionTest
  abstract TrivialNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$TrivialNode of com.oracle.truffle.api.dsl.test.IntrospectionTest