public class com.oracle.truffle.api.object.dsl.test.GuardsTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.object.dsl.test.GuardsTest
  super_class: java.lang.Object
{
  private static final com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestLayout LAYOUT;
    descriptor: Lcom/oracle/truffle/api/object/dsl/test/GuardsTest$GuardsTestLayout;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestNegativeLayout NEGATIVE_LAYOUT;
    descriptor: Lcom/oracle/truffle/api/object/dsl/test/GuardsTest$GuardsTestNegativeLayout;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.GuardsTest this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tGuardsTestLayoutImpl cannot be resolved to a variable\n\tGuardsTestNegativeLayoutImpl cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.object.dsl.test.GuardsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/GuardsTest;

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

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

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

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

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

  public void testGuardObjectTypeNegative();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.dsl.test.GuardsTest this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.object.dsl.test.GuardsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/object/dsl/test/GuardsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "GuardsTest.java"
NestMembers:
  com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestLayout  com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestNegativeLayout
InnerClasses:
  public abstract GuardsTestLayout = com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestLayout of com.oracle.truffle.api.object.dsl.test.GuardsTest
  public abstract GuardsTestNegativeLayout = com.oracle.truffle.api.object.dsl.test.GuardsTest$GuardsTestNegativeLayout of com.oracle.truffle.api.object.dsl.test.GuardsTest