class com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2 extends com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary2
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2
  super_class: com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary2
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2 this
         0: .line 165
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary2.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions2;

  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$ErrorAssertions2 this
        start local 1 // java.lang.Object receiver
         0: .line 169
            iconst_0
            ireturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/LibraryAssertionsTest$ErrorAssertions2;
            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 AssertionsErrorLibrary2 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$AssertionsErrorLibrary2 of com.oracle.truffle.api.library.test.LibraryAssertionsTest
  ErrorAssertions2 = com.oracle.truffle.api.library.test.LibraryAssertionsTest$ErrorAssertions2 of com.oracle.truffle.api.library.test.LibraryAssertionsTest