class com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList extends java.util.AbstractList<org.graalvm.polyglot.Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList
  super_class: java.util.AbstractList
{
  static final com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList EMPTY;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final org.graalvm.polyglot.Value[] valueArray;
    descriptor: [Lorg/graalvm/polyglot/Value;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 608
            new com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList
            dup
            iconst_0
            anewarray org.graalvm.polyglot.Value
            invokespecial com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.<init>:([Lorg/graalvm/polyglot/Value;)V
            putstatic com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.EMPTY:Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.graalvm.polyglot.Value[]);
    descriptor: ([Lorg/graalvm/polyglot/Value;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
        start local 1 // org.graalvm.polyglot.Value[] valueArray
         0: .line 612
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 613
            aload 0 /* this */
            aload 1 /* valueArray */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.valueArray:[Lorg/graalvm/polyglot/Value;
         2: .line 614
            return
        end local 1 // org.graalvm.polyglot.Value[] valueArray
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;
            0    3     1  valueArray  [Lorg/graalvm/polyglot/Value;
    MethodParameters:
            Name  Flags
      valueArray  

  public org.graalvm.polyglot.Value get(int);
    descriptor: (I)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
        start local 1 // int index
         0: .line 618
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.valueArray:[Lorg/graalvm/polyglot/Value;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
         0: .line 623
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.valueArray:[Lorg/graalvm/polyglot/Value;
            arraylength
            ireturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$ReadOnlyValueList;

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList.get:(I)Lorg/graalvm/polyglot/Value;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<Lorg/graalvm/polyglot/Value;>;
SourceFile: "PolyglotManagement.java"
NestHost: com.oracle.truffle.polyglot.PolyglotManagement
InnerClasses:
  ReadOnlyValueList = com.oracle.truffle.polyglot.PolyglotManagement$ReadOnlyValueList of com.oracle.truffle.polyglot.PolyglotManagement