final class org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.frame.Frame frame;
    descriptor: Lcom/oracle/truffle/api/frame/Frame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode readNode;
    descriptor: Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.frame.Frame, org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
        start local 1 // com.oracle.truffle.api.frame.Frame frame
        start local 2 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode readNode
         0: .line 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 146
            aload 0 /* this */
            aload 1 /* frame */
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables.frame:Lcom/oracle/truffle/api/frame/Frame;
         2: .line 147
            aload 0 /* this */
            aload 2 /* readNode */
            putfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables.readNode:Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarNode;
         3: .line 148
            return
        end local 2 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode readNode
        end local 1 // com.oracle.truffle.api.frame.Frame frame
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
            0    4     1     frame  Lcom/oracle/truffle/api/frame/Frame;
            0    4     2  readNode  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarNode;
    MethodParameters:
          Name  Flags
      frame     
      readNode  

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
         0: .line 153
            iconst_1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>> getLanguage();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
         0: .line 159
            ldc Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isScope();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
         0: .line 165
            iconst_1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
        start local 1 // boolean allowSideEffects
         0: .line 171
            ldc "Local"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  

  boolean hasMembers();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
         0: .line 177
            iconst_1
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
        start local 1 // java.lang.String name
         0: .line 183
            aload 1 /* name */
            ldc "var"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
            0    1     1  name  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      name  

  java.lang.Object readMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
        start local 1 // java.lang.String name
         0: .line 188
            aload 1 /* name */
            ldc "var"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 189
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables.readNode:Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ReadVarNode;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables.frame:Lcom/oracle/truffle/api/frame/Frame;
            checkcast com.oracle.truffle.api.frame.VirtualFrame
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
         2: .line 191
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         3: .line 192
            aload 1 /* name */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
            0    4     1  name  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
      Name  Flags
      name  

  java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
        start local 1 // boolean includeInternal
         0: .line 199
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // boolean includeInternal
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/graalvm/compiler/truffle/test/NodeLibraryCompilerTest$ScopeVariables;
            0    1     1  includeInternal  Z
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  
}
SourceFile: "NodeLibraryCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
InnerClasses:
  final ReadVarNode = org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ReadVarNode of org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
  final ScopeVariables = org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest$ScopeVariables of org.graalvm.compiler.truffle.test.NodeLibraryCompilerTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)