public class com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler implements javax.swing.event.ChangeListener
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler
super_class: java.lang.Object
{
final com.apple.laf.AquaTabbedPaneCopyFromBasicUI this$0;
descriptor: Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.apple.laf.AquaTabbedPaneCopyFromBasicUI);
descriptor: (Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler this
0: .line 3515
aload 0 /* this */
aload 1
putfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler;
MethodParameters:
Name Flags
this$0 final
public void stateChanged(javax.swing.event.ChangeEvent);
descriptor: (Ljavax/swing/event/ChangeEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler this
start local 1 // javax.swing.event.ChangeEvent e
0: .line 3521
aload 0 /* this */
getfield com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler.this$0:Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI;
invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI.getHandler:()Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$Handler;
aload 1 /* e */
invokevirtual com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler.stateChanged:(Ljavax/swing/event/ChangeEvent;)V
1: .line 3522
return
end local 1 // javax.swing.event.ChangeEvent e
end local 0 // com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/apple/laf/AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler;
0 2 1 e Ljavax/swing/event/ChangeEvent;
MethodParameters:
Name Flags
e final
}
SourceFile: "AquaTabbedPaneCopyFromBasicUI.java"
NestHost: com.apple.laf.AquaTabbedPaneCopyFromBasicUI
InnerClasses:
private Handler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$Handler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI
public TabSelectionHandler = com.apple.laf.AquaTabbedPaneCopyFromBasicUI$TabSelectionHandler of com.apple.laf.AquaTabbedPaneCopyFromBasicUI