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

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

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

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

  public void testBinaryLiteral();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBinaryLiteralTestFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntegerLiteralGuardsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "IntegerLiteralGuardsTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$BinaryLiteralTest  com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$DecimalLiteralTest  com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$HexLiteralTest  com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$OctalLiteralTest
InnerClasses:
  BinaryLiteralTest = com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$BinaryLiteralTest of com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest
  DecimalLiteralTest = com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$DecimalLiteralTest of com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest
  HexLiteralTest = com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$HexLiteralTest of com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest
  OctalLiteralTest = com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest$OctalLiteralTest of com.oracle.truffle.api.dsl.test.IntegerLiteralGuardsTest