public abstract class com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 extends com.oracle.truffle.api.library.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5
  super_class: com.oracle.truffle.api.library.Library
{
  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.GenerateLibraryTest$AbstractErrorLibrary5 this
         0: .line 507
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorLibrary5;

  public boolean isType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 this
        start local 1 // java.lang.Object receiver
         0: .line 511
            iconst_0
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorLibrary5;
            0    1     1  receiver  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract()
    MethodParameters:
          Name  Flags
      receiver  

  public java.lang.Object asType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 this
        start local 1 // java.lang.Object receiver
         0: .line 517
            aload 1 /* receiver */
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/GenerateLibraryTest$AbstractErrorLibrary5;
            0    1     1  receiver  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.test.ExpectError(value = {"The ifExported condition links to itself. Remove that condition to resolve this problem."})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"asType"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.test.ExpectError(value = {"The ifExported condition links to itself. Remove that condition to resolve this problem."})
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "GenerateLibraryTest.java"
NestHost: com.oracle.truffle.api.library.test.GenerateLibraryTest
InnerClasses:
  public abstract Abstract = com.oracle.truffle.api.library.GenerateLibrary$Abstract of com.oracle.truffle.api.library.GenerateLibrary
  public abstract AbstractErrorLibrary5 = com.oracle.truffle.api.library.test.GenerateLibraryTest$AbstractErrorLibrary5 of com.oracle.truffle.api.library.test.GenerateLibraryTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary()