class com.oracle.truffle.polyglot.PolyglotProxy$1 implements org.graalvm.polyglot.proxy.ProxyArray
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotProxy$1
  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.polyglot.PolyglotProxy$1 this
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotProxy$1;

  public void set(long, org.graalvm.polyglot.Value);
    descriptor: (JLorg/graalvm/polyglot/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
        start local 1 // long index
        start local 3 // org.graalvm.polyglot.Value value
         0: .line 95
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
        end local 3 // org.graalvm.polyglot.Value value
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/PolyglotProxy$1;
            0    1     1  index  J
            0    1     3  value  Lorg/graalvm/polyglot/Value;
    MethodParameters:
       Name  Flags
      index  
      value  

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
         0: .line 99
            lconst_0
            lreturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotProxy$1;

  public java.lang.Object get(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
        start local 1 // long index
         0: .line 103
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.polyglot.PolyglotProxy$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/PolyglotProxy$1;
            0    1     1  index  J
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "PolyglotProxy.java"
EnclosingMethod: com.oracle.truffle.polyglot.PolyglotProxy
NestHost: com.oracle.truffle.polyglot.PolyglotProxy
InnerClasses:
  com.oracle.truffle.polyglot.PolyglotProxy$1