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

  static boolean accepts(com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/library/test/AcceptsTest$CustomAccepts2;Ljava/lang/Object;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2 receiver
        start local 1 // java.lang.Object cachedReceiver
         0: .line 107
            aload 0 /* receiver */
            aload 1 /* cachedReceiver */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object cachedReceiver
        end local 0 // com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2 receiver
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0        receiver  Lcom/oracle/truffle/api/library/test/AcceptsTest$CustomAccepts2;
            0    2     1  cachedReceiver  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "receiver")
    MethodParameters:
                Name  Flags
      receiver        
      cachedReceiver  

  java.lang.String m0();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2 this
         0: .line 112
            ldc "CustomAccepts2_m0"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/AcceptsTest$CustomAccepts2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "AcceptsTest.java"
NestHost: com.oracle.truffle.api.library.test.AcceptsTest
InnerClasses:
  CustomAccepts2 = com.oracle.truffle.api.library.test.AcceptsTest$CustomAccepts2 of com.oracle.truffle.api.library.test.AcceptsTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/AcceptsTest$AcceptsTestLibrary;)