class com.sun.tools.example.debug.expr.LValue$LValueConstant 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$LValueConstant
super_class: com.sun.tools.example.debug.expr.LValue
{
final com.sun.jdi.Value value;
descriptor: Lcom/sun/jdi/Value;
flags: (0x0010) ACC_FINAL
void <init>(com.sun.jdi.Value);
descriptor: (Lcom/sun/jdi/Value;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
start local 1 // com.sun.jdi.Value value
0: .line 670
aload 0 /* this */
invokespecial com.sun.tools.example.debug.expr.LValue.<init>:()V
1: .line 671
aload 0 /* this */
aload 1 /* value */
putfield com.sun.tools.example.debug.expr.LValue$LValueConstant.value:Lcom/sun/jdi/Value;
2: .line 672
return
end local 1 // com.sun.jdi.Value value
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueConstant;
0 3 1 value Lcom/sun/jdi/Value;
MethodParameters:
Name Flags
value
com.sun.jdi.Value getValue();
descriptor: ()Lcom/sun/jdi/Value;
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
0: .line 676
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueConstant.jdiValue:Lcom/sun/jdi/Value;
ifnonnull 2
1: .line 677
aload 0 /* this */
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueConstant.value:Lcom/sun/jdi/Value;
putfield com.sun.tools.example.debug.expr.LValue$LValueConstant.jdiValue:Lcom/sun/jdi/Value;
2: .line 679
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueConstant.jdiValue:Lcom/sun/jdi/Value;
areturn
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueConstant;
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$LValueConstant this
start local 1 // com.sun.jdi.Value val
0: .line 684
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 0 /* this */
getfield com.sun.tools.example.debug.expr.LValue$LValueConstant.value:Lcom/sun/jdi/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 val
end local 0 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueConstant;
0 1 1 val Lcom/sun/jdi/Value;
Exceptions:
throws com.sun.tools.example.debug.expr.ParseException
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 // com.sun.tools.example.debug.expr.LValue$LValueConstant this
start local 1 // java.util.List arguments
0: .line 689
new com.sun.tools.example.debug.expr.ParseException
dup
ldc "Constant 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$LValueConstant this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueConstant;
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 LValueConstant = com.sun.tools.example.debug.expr.LValue$LValueConstant of com.sun.tools.example.debug.expr.LValue