class com.sun.tools.example.debug.gui.GUI$1 extends java.awt.event.WindowAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.example.debug.gui.GUI$1
super_class: java.awt.event.WindowAdapter
{
private final com.sun.tools.example.debug.gui.Environment val$env;
descriptor: Lcom/sun/tools/example/debug/gui/Environment;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.example.debug.gui.Environment);
descriptor: (Lcom/sun/tools/example/debug/gui/Environment;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.gui.GUI$1 this
0: .line 253
aload 0 /* this */
aload 1
putfield com.sun.tools.example.debug.gui.GUI$1.val$env:Lcom/sun/tools/example/debug/gui/Environment;
aload 0 /* this */
invokespecial java.awt.event.WindowAdapter.<init>:()V
return
end local 0 // com.sun.tools.example.debug.gui.GUI$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/gui/GUI$1;
MethodParameters:
Name Flags
val$env final
public void windowClosing(java.awt.event.WindowEvent);
descriptor: (Ljava/awt/event/WindowEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.gui.GUI$1 this
start local 1 // java.awt.event.WindowEvent e
0: .line 256
aload 0 /* this */
getfield com.sun.tools.example.debug.gui.GUI$1.val$env:Lcom/sun/tools/example/debug/gui/Environment;
invokevirtual com.sun.tools.example.debug.gui.Environment.terminate:()V
1: .line 257
return
end local 1 // java.awt.event.WindowEvent e
end local 0 // com.sun.tools.example.debug.gui.GUI$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/gui/GUI$1;
0 2 1 e Ljava/awt/event/WindowEvent;
MethodParameters:
Name Flags
e
}
SourceFile: "GUI.java"
EnclosingMethod: com.sun.tools.example.debug.gui.GUI.main:([Ljava/lang/String;)V
NestHost: com.sun.tools.example.debug.gui.GUI
InnerClasses:
com.sun.tools.example.debug.gui.GUI$1