class com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5 extends com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary5
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5
  super_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary5
{
  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5 this
        start local 1 // java.lang.Object delegate
         0: .line 221
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary5.<init>:()V
         1: .line 222
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions5;
            0    2     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public boolean accepts(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.LibraryAssertionsTest$ErrorAssertions5 this
        start local 1 // java.lang.Object receiver
         0: .line 226
            iconst_0
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions5;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "LibraryAssertionsTest.java"
NestHost: com.oracle.truffle.api.library.test.LibraryAssertionsTest
InnerClasses:
  public abstract AssertionsErrorLibrary5 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary5 of com.oracle.truffle.api.library.test.LibraryAssertionsTest
  ErrorAssertions5 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions5 of com.oracle.truffle.api.library.test.LibraryAssertionsTest