class sun.jvm.hotspot.ui.JFrameWrapper$1 extends java.awt.event.WindowAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.JFrameWrapper$1
super_class: java.awt.event.WindowAdapter
{
final sun.jvm.hotspot.ui.JFrameWrapper this$0;
descriptor: Lsun/jvm/hotspot/ui/JFrameWrapper;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.JFrameWrapper);
descriptor: (Lsun/jvm/hotspot/ui/JFrameWrapper;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
0: .line 80
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.ui.JFrameWrapper$1.this$0:Lsun/jvm/hotspot/ui/JFrameWrapper;
aload 0 /* this */
invokespecial java.awt.event.WindowAdapter.<init>:()V
return
end local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/JFrameWrapper$1;
MethodParameters:
Name Flags
this$0 final
public void windowClosing(java.awt.event.WindowEvent);
descriptor: (Ljava/awt/event/WindowEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
start local 1 // java.awt.event.WindowEvent e
0: .line 82
aload 0 /* this */
getfield sun.jvm.hotspot.ui.JFrameWrapper$1.this$0:Lsun/jvm/hotspot/ui/JFrameWrapper;
getfield sun.jvm.hotspot.ui.JFrameWrapper.closingActionListener:Ljava/awt/event/ActionListener;
ifnull 2
1: .line 83
aload 0 /* this */
getfield sun.jvm.hotspot.ui.JFrameWrapper$1.this$0:Lsun/jvm/hotspot/ui/JFrameWrapper;
getfield sun.jvm.hotspot.ui.JFrameWrapper.closingActionListener:Ljava/awt/event/ActionListener;
aconst_null
invokeinterface java.awt.event.ActionListener.actionPerformed:(Ljava/awt/event/ActionEvent;)V
2: .line 85
StackMap locals:
StackMap stack:
return
end local 1 // java.awt.event.WindowEvent e
end local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/JFrameWrapper$1;
0 3 1 e Ljava/awt/event/WindowEvent;
MethodParameters:
Name Flags
e
public void windowActivated(java.awt.event.WindowEvent);
descriptor: (Ljava/awt/event/WindowEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
start local 1 // java.awt.event.WindowEvent e
0: .line 88
aload 0 /* this */
getfield sun.jvm.hotspot.ui.JFrameWrapper$1.this$0:Lsun/jvm/hotspot/ui/JFrameWrapper;
getfield sun.jvm.hotspot.ui.JFrameWrapper.activatedActionListener:Ljava/awt/event/ActionListener;
ifnull 2
1: .line 89
aload 0 /* this */
getfield sun.jvm.hotspot.ui.JFrameWrapper$1.this$0:Lsun/jvm/hotspot/ui/JFrameWrapper;
getfield sun.jvm.hotspot.ui.JFrameWrapper.activatedActionListener:Ljava/awt/event/ActionListener;
aconst_null
invokeinterface java.awt.event.ActionListener.actionPerformed:(Ljava/awt/event/ActionEvent;)V
2: .line 91
StackMap locals:
StackMap stack:
return
end local 1 // java.awt.event.WindowEvent e
end local 0 // sun.jvm.hotspot.ui.JFrameWrapper$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/JFrameWrapper$1;
0 3 1 e Ljava/awt/event/WindowEvent;
MethodParameters:
Name Flags
e
}
SourceFile: "JFrameWrapper.java"
EnclosingMethod: sun.jvm.hotspot.ui.JFrameWrapper.maybeInstallWindowListener:()V
NestHost: sun.jvm.hotspot.ui.JFrameWrapper
InnerClasses:
sun.jvm.hotspot.ui.JFrameWrapper$1