class com.sun.tools.example.debug.expr.LValue$LValueArrayLength 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$LValueArrayLength
super_class: com.sun.tools.example.debug.expr.LValue
{
final com.sun.jdi.ArrayReference arrayRef;
descriptor: Lcom/sun/jdi/ArrayReference;
flags: (0x0010) ACC_FINAL
void <init>(com.sun.jdi.ArrayReference);
descriptor: (Lcom/sun/jdi/ArrayReference;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
start local 1 // com.sun.jdi.ArrayReference value
0: .line 610
aload 0 /* this */
invokespecial com.sun.tools.example.debug.expr.LValue.<init>:()V
1: .line 611
aload 0 /* this */
aload 1 /* value */
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.arrayRef:Lcom/sun/jdi/ArrayReference;
2: .line 612
return
end local 1 // com.sun.jdi.ArrayReference value
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayLength;
0 3 1 value Lcom/sun/jdi/ArrayReference;
MethodParameters:
Name Flags
value
com.sun.jdi.Value getValue();
descriptor: ()Lcom/sun/jdi/Value;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
0: .line 616
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.jdiValue:Lcom/sun/jdi/Value;
ifnonnull 2
1: .line 617
aload 0 /* this */
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.arrayRef:Lcom/sun/jdi/ArrayReference;
invokeinterface com.sun.jdi.ArrayReference.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.arrayRef:Lcom/sun/jdi/ArrayReference;
invokeinterface com.sun.jdi.ArrayReference.length:()I
invokeinterface com.sun.jdi.VirtualMachine.mirrorOf:(I)Lcom/sun/jdi/IntegerValue;
putfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.jdiValue:Lcom/sun/jdi/Value;
2: .line 619
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueArrayLength.jdiValue:Lcom/sun/jdi/Value;
areturn
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayLength;
void setValue0(com.sun.jdi.Value);
descriptor: (Lcom/sun/jdi/Value;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
start local 1 // com.sun.jdi.Value value
0: .line 624
new com.sun.tools.example.debug.expr.ParseException
dup
new java.lang.StringBuilder
dup
ldc "Cannot set constant: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1 /* value */
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial com.sun.tools.example.debug.expr.ParseException.<init>:(Ljava/lang/String;)V
athrow
end local 1 // com.sun.jdi.Value value
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayLength;
0 1 1 value Lcom/sun/jdi/Value;
Exceptions:
throws com.sun.tools.example.debug.expr.ParseException
MethodParameters:
Name Flags
value
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 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
start local 1 // java.util.List arguments
0: .line 629
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 // java.util.List arguments
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayLength this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueArrayLength;
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 LValueArrayLength = com.sun.tools.example.debug.expr.LValue$LValueArrayLength of com.sun.tools.example.debug.expr.LValue