final class com.oracle.truffle.polyglot.HostLanguage$TopScopeObject implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostLanguage$TopScopeObject
  super_class: java.lang.Object
{
  private final com.oracle.truffle.polyglot.HostLanguage$HostContext context;
    descriptor: Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.polyglot.HostLanguage$HostContext);
    descriptor: (Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
        start local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext context
         0: .line 290
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 291
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.polyglot.HostLanguage$TopScopeObject.context:Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
         2: .line 292
            return
        end local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext context
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
            0    3     1  context  Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
    MethodParameters:
         Name  Flags
      context  

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
         0: .line 297
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
    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 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
         0: .line 303
            ldc Lcom/oracle/truffle/polyglot/HostLanguage;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
    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 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
         0: .line 309
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasMembers();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
         0: .line 315
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
        start local 1 // boolean includeInternal
         0: .line 321
            new com.oracle.truffle.polyglot.HostLanguage$ClassNamesObject
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostLanguage$TopScopeObject.context:Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            getfield com.oracle.truffle.polyglot.HostLanguage$HostContext.classCache:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial com.oracle.truffle.polyglot.HostLanguage$ClassNamesObject.<init>:(Ljava/util/Set;)V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      includeInternal  

  boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
        start local 1 // java.lang.String member
         0: .line 327
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostLanguage$TopScopeObject.context:Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.HostLanguage$HostContext.findClass:(Ljava/lang/String;)Ljava/lang/Class;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
            0    2     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  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 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
        start local 1 // java.lang.String member
         0: .line 333
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostLanguage$TopScopeObject.context:Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.polyglot.HostLanguage$HostContext.findClass:(Ljava/lang/String;)Ljava/lang/Class;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostLanguage$TopScopeObject.context:Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            getfield com.oracle.truffle.polyglot.HostLanguage$HostContext.internalContext:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            invokestatic com.oracle.truffle.polyglot.HostObject.forStaticClass:(Ljava/lang/Class;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;)Lcom/oracle/truffle/polyglot/HostObject;
            areturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
            0    1     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      member  

  java.lang.Object toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
        start local 1 // boolean allowSideEffects
         0: .line 339
            ldc "Static Scope"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.polyglot.HostLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/polyglot/HostLanguage$TopScopeObject;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  
}
SourceFile: "HostLanguage.java"
NestHost: com.oracle.truffle.polyglot.HostLanguage
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final ClassNamesObject = com.oracle.truffle.polyglot.HostLanguage$ClassNamesObject of com.oracle.truffle.polyglot.HostLanguage
  final HostContext = com.oracle.truffle.polyglot.HostLanguage$HostContext of com.oracle.truffle.polyglot.HostLanguage
  final TopScopeObject = com.oracle.truffle.polyglot.HostLanguage$TopScopeObject of com.oracle.truffle.polyglot.HostLanguage
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)