class com.sun.tools.example.debug.expr.LValue$LValueArrayElement extends com.sun.tools.example.debug.expr.LValue
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.example.debug.expr.LValue$LValueArrayElement
super_class: com.sun.tools.example.debug.expr.LValue
{
final com.sun.jdi.ArrayReference array;
descriptor: Lcom/sun/jdi/ArrayReference;
flags: (0x0010) ACC_FINAL
final int index;
descriptor: I
flags: (0x0010) ACC_FINAL
void <init>(com.sun.jdi.Value, int);
descriptor: (Lcom/sun/jdi/Value;I)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.sun.tools.example.debug.expr.LValue.<init>:()V
1: aload 1
instanceof com.sun.jdi.ArrayReference
ifne 5
2: new com.sun.tools.example.debug.expr.ParseException
dup
3: new java.lang.StringBuilder
dup
ldc "Must be array type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
4: invokespecial com.sun.tools.example.debug.expr.ParseException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals: com.sun.tools.example.debug.expr.LValue$LValueArrayElement com.sun.jdi.Value int
StackMap stack:
aload 0
aload 1
checkcast com.sun.jdi.ArrayReference
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
6: aload 0
iload 2
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
0 8 1 value Lcom/sun/jdi/Value;
0 8 2 index I
Exceptions:
throws com.sun.tools.example.debug.expr.ParseException
MethodParameters:
Name Flags
value
index
com.sun.jdi.Value getValue();
descriptor: ()Lcom/sun/jdi/Value;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
ifnonnull 2
1: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
invokeinterface com.sun.jdi.ArrayReference.getValue:(I)Lcom/sun/jdi/Value;
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
void setValue0(com.sun.jdi.Value);
descriptor: (Lcom/sun/jdi/Value;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
aload 1
invokeinterface com.sun.jdi.ArrayReference.setValue:(ILcom/sun/jdi/Value;)V
1: aload 0
aload 1
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
0 3 1 val Lcom/sun/jdi/Value;
Exceptions:
throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
MethodParameters:
Name Flags
val
void invokeWith(java.util.List<com.sun.jdi.Value>);
descriptor: (Ljava/util/List;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.tools.example.debug.expr.ParseException
dup
ldc "Array element is not a method"
invokespecial com.sun.tools.example.debug.expr.ParseException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
0 1 1 arguments Ljava/util/List<Lcom/sun/jdi/Value;>;
Exceptions:
throws com.sun.tools.example.debug.expr.ParseException
Signature: (Ljava/util/List<Lcom/sun/jdi/Value;>;)V
MethodParameters:
Name Flags
arguments
}
SourceFile: "LValue.java"
NestHost: com.sun.tools.example.debug.expr.LValue
InnerClasses:
private LValueArrayElement = com.sun.tools.example.debug.expr.LValue$LValueArrayElement of com.sun.tools.example.debug.expr.LValue