class com.sun.tools.example.debug.gui.MonitorTool$1 implements com.sun.tools.example.debug.expr.ExpressionParser$GetFrame
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.example.debug.gui.MonitorTool$1
super_class: java.lang.Object
{
final com.sun.tools.example.debug.gui.MonitorTool this$0;
descriptor: Lcom/sun/tools/example/debug/gui/MonitorTool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.example.debug.gui.MonitorTool);
descriptor: (Lcom/sun/tools/example/debug/gui/MonitorTool;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.gui.MonitorTool$1 this
0: .line 85
aload 0 /* this */
aload 1
putfield com.sun.tools.example.debug.gui.MonitorTool$1.this$0:Lcom/sun/tools/example/debug/gui/MonitorTool;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.tools.example.debug.gui.MonitorTool$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/gui/MonitorTool$1;
MethodParameters:
Name Flags
this$0 final
public com.sun.jdi.StackFrame get();
descriptor: ()Lcom/sun/jdi/StackFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.tools.example.debug.gui.MonitorTool$1 this
0: .line 91
aload 0 /* this */
getfield com.sun.tools.example.debug.gui.MonitorTool$1.this$0:Lcom/sun/tools/example/debug/gui/MonitorTool;
getfield com.sun.tools.example.debug.gui.MonitorTool.context:Lcom/sun/tools/example/debug/gui/ContextManager;
invokevirtual com.sun.tools.example.debug.gui.ContextManager.getCurrentFrame:()Lcom/sun/jdi/StackFrame;
1: areturn
2: .line 92
StackMap locals:
StackMap stack: com.sun.tools.example.debug.bdi.VMNotInterruptedException
pop
3: .line 93
new com.sun.jdi.IncompatibleThreadStateException
dup
invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
athrow
end local 0 // com.sun.tools.example.debug.gui.MonitorTool$1 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/example/debug/gui/MonitorTool$1;
Exception table:
from to target type
0 1 2 Class com.sun.tools.example.debug.bdi.VMNotInterruptedException
Exceptions:
throws com.sun.jdi.IncompatibleThreadStateException
}
SourceFile: "MonitorTool.java"
EnclosingMethod: com.sun.tools.example.debug.gui.MonitorTool.evaluate:(Ljava/lang/String;)Lcom/sun/jdi/Value;
NestHost: com.sun.tools.example.debug.gui.MonitorTool
InnerClasses:
public abstract GetFrame = com.sun.tools.example.debug.expr.ExpressionParser$GetFrame of com.sun.tools.example.debug.expr.ExpressionParser
com.sun.tools.example.debug.gui.MonitorTool$1