class com.sun.tools.example.debug.expr.LValue$LValueLocal 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$LValueLocal
super_class: com.sun.tools.example.debug.expr.LValue
{
final com.sun.jdi.StackFrame frame;
descriptor: Lcom/sun/jdi/StackFrame;
flags: (0x0010) ACC_FINAL
final com.sun.jdi.LocalVariable var;
descriptor: Lcom/sun/jdi/LocalVariable;
flags: (0x0010) ACC_FINAL
void <init>(com.sun.jdi.StackFrame, com.sun.jdi.LocalVariable);
descriptor: (Lcom/sun/jdi/StackFrame;Lcom/sun/jdi/LocalVariable;)V
flags: (0x0000)
Code:
stack=2, 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 0
aload 1
putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
2: aload 0
aload 2
putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;
0 4 1 frame Lcom/sun/jdi/StackFrame;
0 4 2 var Lcom/sun/jdi/LocalVariable;
MethodParameters:
Name Flags
frame
var
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$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
ifnonnull 2
1: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
invokeinterface com.sun.jdi.StackFrame.getValue:(Lcom/sun/jdi/LocalVariable;)Lcom/sun/jdi/Value;
putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.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$LValueLocal;
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$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
aload 1
invokeinterface com.sun.jdi.StackFrame.setValue:(Lcom/sun/jdi/LocalVariable;Lcom/sun/jdi/Value;)V
1: aload 0
aload 1
putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.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$LValueLocal;
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=5, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.tools.example.debug.expr.ParseException
dup
new java.lang.StringBuilder
dup
aload 0
getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
invokeinterface com.sun.jdi.LocalVariable.name:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " is not a method"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;
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 LValueLocal = com.sun.tools.example.debug.expr.LValue$LValueLocal of com.sun.tools.example.debug.expr.LValue