final class com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject 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.DefaultScope$VariableNamesObject
  super_class: java.lang.Object
{
  static final com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject EMPTY;
    descriptor: Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final java.util.List<java.lang.String> names;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 264
            new com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject
            dup
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            invokespecial com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.<init>:(Ljava/util/Set;)V
            putstatic com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.EMPTY:Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
        start local 1 // java.util.Set names
         0: .line 268
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 269
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* names */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.names:Ljava/util/List;
         2: .line 270
            return
        end local 1 // java.util.Set names
        end local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
            0    3     1  names  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
       Name  Flags
      names  

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

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
         0: .line 281
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.names:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            i2l
            lreturn
        end local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
        start local 1 // long index
         0: .line 287
            aload 0 /* this */
            lload 1 /* index */
            invokevirtual com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.isArrayElementReadable:(J)Z
            ifne 2
         1: .line 288
            lload 1 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
         2: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.names:Ljava/util/List;
            lload 1 /* index */
            l2i
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
            0    3     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      index  

  boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
        start local 1 // long index
         0: .line 296
            lload 1 /* index */
            lconst_0
            lcmp
            iflt 1
            lload 1 /* index */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject.names:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            i2l
            lcmp
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/polyglot/DefaultScope$VariableNamesObject;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "DefaultScope.java"
NestHost: com.oracle.truffle.polyglot.DefaultScope
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final VariableNamesObject = com.oracle.truffle.polyglot.DefaultScope$VariableNamesObject of com.oracle.truffle.polyglot.DefaultScope
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)