public abstract class com.oracle.truffle.api.library.ReflectionLibrary extends com.oracle.truffle.api.library.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.library.ReflectionLibrary
  super_class: com.oracle.truffle.api.library.Library
{
  private static final com.oracle.truffle.api.library.LibraryFactory<com.oracle.truffle.api.library.ReflectionLibrary> FACTORY;
    descriptor: Lcom/oracle/truffle/api/library/LibraryFactory;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/truffle/api/library/LibraryFactory<Lcom/oracle/truffle/api/library/ReflectionLibrary;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 134
            ldc Lcom/oracle/truffle/api/library/ReflectionLibrary;
            invokestatic com.oracle.truffle.api.library.LibraryFactory.resolve:(Ljava/lang/Class;)Lcom/oracle/truffle/api/library/LibraryFactory;
            putstatic com.oracle.truffle.api.library.ReflectionLibrary.FACTORY:Lcom/oracle/truffle/api/library/LibraryFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.ReflectionLibrary this
         0: .line 117
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
         1: .line 118
            return
        end local 0 // com.oracle.truffle.api.library.ReflectionLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/library/ReflectionLibrary;

  public java.lang.Object send(java.lang.Object, com.oracle.truffle.api.library.Message, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/library/Message;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.library.ReflectionLibrary this
        start local 1 // java.lang.Object receiver
        start local 2 // com.oracle.truffle.api.library.Message message
        start local 3 // java.lang.Object[] args
         0: .line 131
            new java.lang.AbstractMethodError
            dup
            invokespecial java.lang.AbstractMethodError.<init>:()V
            athrow
        end local 3 // java.lang.Object[] args
        end local 2 // com.oracle.truffle.api.library.Message message
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.api.library.ReflectionLibrary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/library/ReflectionLibrary;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2   message  Lcom/oracle/truffle/api/library/Message;
            0    1     3      args  [Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract()
    MethodParameters:
          Name  Flags
      receiver  
      message   
      args      

  public static com.oracle.truffle.api.library.LibraryFactory<com.oracle.truffle.api.library.ReflectionLibrary> getFactory();
    descriptor: ()Lcom/oracle/truffle/api/library/LibraryFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 142
            getstatic com.oracle.truffle.api.library.ReflectionLibrary.FACTORY:Lcom/oracle/truffle/api/library/LibraryFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/oracle/truffle/api/library/LibraryFactory<Lcom/oracle/truffle/api/library/ReflectionLibrary;>;
}
SourceFile: "ReflectionLibrary.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract Abstract = com.oracle.truffle.api.library.GenerateLibrary$Abstract of com.oracle.truffle.api.library.GenerateLibrary
  public abstract DefaultExport = com.oracle.truffle.api.library.GenerateLibrary$DefaultExport of com.oracle.truffle.api.library.GenerateLibrary
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary()
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$DefaultExport(value = Lcom/oracle/truffle/api/library/ReflectionLibraryDefault;)