public class javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler implements java.awt.event.ItemListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler
  super_class: java.lang.Object
{
  final javax.swing.plaf.basic.BasicComboBoxUI this$0;
    descriptor: Ljavax/swing/plaf/basic/BasicComboBoxUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javax.swing.plaf.basic.BasicComboBoxUI);
    descriptor: (Ljavax/swing/plaf/basic/BasicComboBoxUI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler this
         0: .line 653
            aload 0 /* this */
            aload 1
            putfield javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler.this$0:Ljavax/swing/plaf/basic/BasicComboBoxUI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicComboBoxUI$ItemHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void itemStateChanged(java.awt.event.ItemEvent);
    descriptor: (Ljava/awt/event/ItemEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler this
        start local 1 // java.awt.event.ItemEvent e
         0: .line 655
            return
        end local 1 // java.awt.event.ItemEvent e
        end local 0 // javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicComboBoxUI$ItemHandler;
            0    1     1     e  Ljava/awt/event/ItemEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "BasicComboBoxUI.java"
NestHost: javax.swing.plaf.basic.BasicComboBoxUI
InnerClasses:
  public ItemHandler = javax.swing.plaf.basic.BasicComboBoxUI$ItemHandler of javax.swing.plaf.basic.BasicComboBoxUI