public class com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  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.NullLiteralGuardsTest this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NullLiteralGuardsTest;

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

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

  public void testCompareNotNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCompareNotNullNodeFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NullLiteralGuardsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "NullLiteralGuardsTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareNotNullNode  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareObjectsNullNode  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareStringNullNode  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison1  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison2  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullNullComparison  com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorObjectVoidComparison
InnerClasses:
  abstract CompareNotNullNode = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareNotNullNode of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract CompareObjectsNullNode = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareObjectsNullNode of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract CompareStringNullNode = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$CompareStringNullNode of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract ErrorNullIntComparison1 = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison1 of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract ErrorNullIntComparison2 = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullIntComparison2 of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract ErrorNullNullComparison = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorNullNullComparison of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest
  abstract ErrorObjectVoidComparison = com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest$ErrorObjectVoidComparison of com.oracle.truffle.api.dsl.test.NullLiteralGuardsTest