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
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tjdk.Exported cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
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"
RuntimeInvisibleAnnotations:
jdk.Exported()