public interface com.sun.jdi.ArrayReference extends com.sun.jdi.ObjectReference
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.jdi.ArrayReference
  super_class: java.lang.Object
{
  public abstract int length();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.jdi.Value getValue(int);
    descriptor: (I)Lcom/sun/jdi/Value;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.util.List<com.sun.jdi.Value> getValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Value;>;

  public abstract java.util.List<com.sun.jdi.Value> getValues(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (II)Ljava/util/List<Lcom/sun/jdi/Value;>;
    MethodParameters:
        Name  Flags
      index   
      length  

  public abstract void setValue(int, com.sun.jdi.Value);
    descriptor: (ILcom/sun/jdi/Value;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract void setValues(java.util.List<? extends com.sun.jdi.Value>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    Signature: (Ljava/util/List<+Lcom/sun/jdi/Value;>;)V
    MethodParameters:
        Name  Flags
      values  

  public abstract void setValues(int, java.util.List<? extends com.sun.jdi.Value>, int, );
    descriptor: (ILjava/util/List;II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    Signature: (ILjava/util/List<+Lcom/sun/jdi/Value;>;II)V
    MethodParameters:
          Name  Flags
      index     
      values    
      srcIndex  
      length    
}
SourceFile: "ArrayReference.java"