final class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
         0: .line 481
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$TopScopeObject;

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
         0: .line 486
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
         0: .line 492
            ldc Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
         0: .line 498
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
         0: .line 504
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$TopScopeObject;
    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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
        start local 1 // boolean includeInternal
         0: .line 510
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$TopScopeObject;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  

  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.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
        start local 1 // boolean allowSideEffects
         0: .line 516
            ldc "TopCustomScope"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage$TopScopeObject;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  
}
SourceFile: "VariablesScopeTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
InnerClasses:
  public CustomScopeLanguage = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  final TopScopeObject = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage$TopScopeObject of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)