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

  public java.lang.String m0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.DynamicDispatchTest$TestDisabledDispatchLibrary this
        start local 1 // java.lang.Object receiver
         0: .line 235
            ldc "m0"
            areturn
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.test.DynamicDispatchTest$TestDisabledDispatchLibrary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/test/DynamicDispatchTest$TestDisabledDispatchLibrary;
            0    1     1  receiver  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "DynamicDispatchTest.java"
NestHost: com.oracle.truffle.api.library.test.DynamicDispatchTest
InnerClasses:
  abstract TestDisabledDispatchLibrary = com.oracle.truffle.api.library.test.DynamicDispatchTest$TestDisabledDispatchLibrary of com.oracle.truffle.api.library.test.DynamicDispatchTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary(dynamicDispatchEnabled = false)