class com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject
  super_class: java.lang.Object
{
  private final java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>> language;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;

  void <init>(java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
        start local 1 // java.lang.Class language
         0: .line 308
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 309
            aload 0 /* this */
            aload 1 /* language */
            putfield com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject.language:Ljava/lang/Class;
         2: .line 310
            return
        end local 1 // java.lang.Class language
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
            0    3     1  language  Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;)V
    MethodParameters:
          Name  Flags
      language  

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
         0: .line 315
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
    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.LegacyScopesBridge$EmptyObject this
         0: .line 320
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject.language:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
    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.LegacyScopesBridge$EmptyObject this
         0: .line 326
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
    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.LegacyScopesBridge$EmptyObject this
         0: .line 332
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
        start local 1 // boolean includeInternal
         0: .line 338
            new com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyKeys
            dup
            invokespecial com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyKeys.<init>:()V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  

  final java.lang.Object toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
        start local 1 // boolean allowSideEffects
         0: .line 344
            ldc "empty"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/polyglot/LegacyScopesBridge$EmptyObject;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  
}
SourceFile: "LegacyScopesBridge.java"
NestHost: com.oracle.truffle.polyglot.LegacyScopesBridge
InnerClasses:
  EmptyKeys = com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyKeys of com.oracle.truffle.polyglot.LegacyScopesBridge
  EmptyObject = com.oracle.truffle.polyglot.LegacyScopesBridge$EmptyObject of com.oracle.truffle.polyglot.LegacyScopesBridge
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)