class sun.security.tools.policytool.ToolDialog$2 extends java.awt.event.WindowAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.tools.policytool.ToolDialog$2
super_class: java.awt.event.WindowAdapter
{
final sun.security.tools.policytool.ToolDialog this$0;
descriptor: Lsun/security/tools/policytool/ToolDialog;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.security.tools.policytool.ToolDialog);
descriptor: (Lsun/security/tools/policytool/ToolDialog;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.security.tools.policytool.ToolDialog$2 this
0: .line 2436
aload 0 /* this */
aload 1
putfield sun.security.tools.policytool.ToolDialog$2.this$0:Lsun/security/tools/policytool/ToolDialog;
aload 0 /* this */
invokespecial java.awt.event.WindowAdapter.<init>:()V
return
end local 0 // sun.security.tools.policytool.ToolDialog$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/tools/policytool/ToolDialog$2;
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.security.tools.policytool.ToolDialog$2 this
start local 1 // java.awt.event.WindowEvent e
0: .line 2438
aload 1 /* e */
invokevirtual java.awt.event.WindowEvent.getWindow:()Ljava/awt/Window;
iconst_0
invokevirtual java.awt.Window.setVisible:(Z)V
1: .line 2439
return
end local 1 // java.awt.event.WindowEvent e
end local 0 // sun.security.tools.policytool.ToolDialog$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/tools/policytool/ToolDialog$2;
0 2 1 e Ljava/awt/event/WindowEvent;
MethodParameters:
Name Flags
e
}
SourceFile: "PolicyTool.java"
EnclosingMethod: sun.security.tools.policytool.ToolDialog.userSaveContinue:(Lsun/security/tools/policytool/PolicyTool;Lsun/security/tools/policytool/ToolWindow;Lsun/security/tools/policytool/ToolDialog;I)V
NestHost: sun.security.tools.policytool.ToolDialog
InnerClasses:
sun.security.tools.policytool.ToolDialog$2