public abstract class com.oracle.truffle.api.interop.NodeLibrary 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.interop.NodeLibrary
  super_class: com.oracle.truffle.api.library.Library
{
  static final com.oracle.truffle.api.library.LibraryFactory<com.oracle.truffle.api.interop.NodeLibrary> FACTORY;
    descriptor: Lcom/oracle/truffle/api/library/LibraryFactory;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/truffle/api/library/LibraryFactory<Lcom/oracle/truffle/api/interop/NodeLibrary;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 72
            ldc Lcom/oracle/truffle/api/interop/NodeLibrary;
            invokestatic com.oracle.truffle.api.library.LibraryFactory.resolve:(Ljava/lang/Class;)Lcom/oracle/truffle/api/library/LibraryFactory;
            putstatic com.oracle.truffle.api.interop.NodeLibrary.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.interop.NodeLibrary this
         0: .line 77
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.Library.<init>:()V
         1: .line 78
            return
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/interop/NodeLibrary;

  public boolean hasScope(java.lang.Object, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 94
            iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"getScope"})
    MethodParameters:
       Name  Flags
      node   
      frame  

  public java.lang.Object getScope(java.lang.Object, com.oracle.truffle.api.frame.Frame, boolean);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
        start local 3 // boolean nodeEnter
         0: .line 126
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 3 // boolean nodeEnter
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1       node  Ljava/lang/Object;
            0    1     2      frame  Lcom/oracle/truffle/api/frame/Frame;
            0    1     3  nodeEnter  Z
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"hasScope", "getReceiverMember"})
    MethodParameters:
           Name  Flags
      node       
      frame      
      nodeEnter  

  public boolean hasReceiverMember(java.lang.Object, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 142
            iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"getReceiverMember"})
    MethodParameters:
       Name  Flags
      node   
      frame  

  public java.lang.Object getReceiverMember(java.lang.Object, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 168
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"hasReceiverMember"})
    MethodParameters:
       Name  Flags
      node   
      frame  

  public boolean hasRootInstance(java.lang.Object, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 187
            iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"getRootInstance"})
    MethodParameters:
       Name  Flags
      node   
      frame  

  public java.lang.Object getRootInstance(java.lang.Object, com.oracle.truffle.api.frame.Frame);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
         0: .line 209
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$Abstract(ifExported = {"hasRootInstance"})
    MethodParameters:
       Name  Flags
      node   
      frame  

  public java.lang.Object getView(java.lang.Object, com.oracle.truffle.api.frame.Frame, java.lang.Object);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/frame/Frame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.interop.NodeLibrary this
        start local 1 // java.lang.Object node
        start local 2 // com.oracle.truffle.api.frame.Frame frame
        start local 3 // java.lang.Object value
         0: .line 246
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // com.oracle.truffle.api.frame.Frame frame
        end local 1 // java.lang.Object node
        end local 0 // com.oracle.truffle.api.interop.NodeLibrary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/interop/NodeLibrary;
            0    1     1   node  Ljava/lang/Object;
            0    1     2  frame  Lcom/oracle/truffle/api/frame/Frame;
            0    1     3  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      node   
      frame  
      value  

  public static com.oracle.truffle.api.library.LibraryFactory<com.oracle.truffle.api.interop.NodeLibrary> getFactory();
    descriptor: ()Lcom/oracle/truffle/api/library/LibraryFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 257
            getstatic com.oracle.truffle.api.interop.NodeLibrary.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/interop/NodeLibrary;>;

  public static com.oracle.truffle.api.interop.NodeLibrary getUncached();
    descriptor: ()Lcom/oracle/truffle/api/interop/NodeLibrary;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 268
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:()Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.api.interop.NodeLibrary getUncached(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/NodeLibrary;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object node
         0: .line 279
            invokestatic com.oracle.truffle.api.interop.NodeLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.NodeLibrary
            areturn
        end local 0 // java.lang.Object node
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  node  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "NodeLibrary.java"
NestMembers:
  com.oracle.truffle.api.interop.NodeLibrary$Asserts
InnerClasses:
  Asserts = com.oracle.truffle.api.interop.NodeLibrary$Asserts of com.oracle.truffle.api.interop.NodeLibrary
  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(assertions = Lcom/oracle/truffle/api/interop/NodeLibrary$Asserts;, receiverType = Lcom/oracle/truffle/api/nodes/Node;)
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.library.GenerateLibrary$DefaultExport(value = Lcom/oracle/truffle/api/interop/LegacyNodeExports;)