final class com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4 extends com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4
  super_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4
{
  private void <init>(com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4);
    descriptor: (Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$AssertionsErrorLibrary4;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4 this
        start local 1 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4 delegate
         0: .line 201
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4.<init>:()V
         1: .line 202
            return
        end local 1 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4 delegate
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions4;
            0    2     1  delegate  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$AssertionsErrorLibrary4;
    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$ErrorAssertions4 this
        start local 1 // java.lang.Object receiver
         0: .line 206
            iconst_0
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions4;
            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 AssertionsErrorLibrary4 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary4 of com.oracle.truffle.api.library.test.LibraryAssertionsTest
  final ErrorAssertions4 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions4 of com.oracle.truffle.api.library.test.LibraryAssertionsTest