class com.apple.laf.AquaComboBoxUI$1 extends com.apple.laf.AquaComboBoxUI$ComboBoxAction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.apple.laf.AquaComboBoxUI$1
super_class: com.apple.laf.AquaComboBoxUI$ComboBoxAction
{
final com.apple.laf.AquaComboBoxUI this$0;
descriptor: Lcom/apple/laf/AquaComboBoxUI;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.apple.laf.AquaComboBoxUI, com.apple.laf.AquaComboBoxUI);
descriptor: (Lcom/apple/laf/AquaComboBoxUI;Lcom/apple/laf/AquaComboBoxUI;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.apple.laf.AquaComboBoxUI$1 this
0: .line 309
aload 0 /* this */
aload 2
putfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
aload 0 /* this */
aload 1
invokespecial com.apple.laf.AquaComboBoxUI$ComboBoxAction.<init>:(Lcom/apple/laf/AquaComboBoxUI;)V
return
end local 0 // com.apple.laf.AquaComboBoxUI$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaComboBoxUI$1;
MethodParameters:
Name Flags
this$0 final
this$1 final
public void performComboBoxAction(com.apple.laf.AquaComboBoxUI);
descriptor: (Lcom/apple/laf/AquaComboBoxUI;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // com.apple.laf.AquaComboBoxUI$1 this
start local 1 // com.apple.laf.AquaComboBoxUI ui
0: .line 312
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
invokevirtual javax.swing.JList.getSelectedIndex:()I
istore 2 /* si */
start local 2 // int si
1: .line 314
iload 2 /* si */
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
invokevirtual javax.swing.JComboBox.getModel:()Ljavax/swing/ComboBoxModel;
invokeinterface javax.swing.ComboBoxModel.getSize:()I
iconst_1
isub
if_icmpge 4
2: .line 315
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iload 2 /* si */
iconst_1
iadd
invokevirtual javax.swing.JList.setSelectedIndex:(I)V
3: .line 316
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iload 2 /* si */
iconst_1
iadd
invokevirtual javax.swing.JList.ensureIndexIsVisible:(I)V
4: .line 318
StackMap locals: int
StackMap stack:
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$1.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$1:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JComboBox;
invokevirtual javax.swing.JComboBox.repaint:()V
5: .line 319
return
end local 2 // int si
end local 1 // com.apple.laf.AquaComboBoxUI ui
end local 0 // com.apple.laf.AquaComboBoxUI$1 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/apple/laf/AquaComboBoxUI$1;
0 6 1 ui Lcom/apple/laf/AquaComboBoxUI;
1 6 2 si I
MethodParameters:
Name Flags
ui
}
SourceFile: "AquaComboBoxUI.java"
EnclosingMethod: com.apple.laf.AquaComboBoxUI
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
com.apple.laf.AquaComboBoxUI$1
private abstract ComboBoxAction = com.apple.laf.AquaComboBoxUI$ComboBoxAction of com.apple.laf.AquaComboBoxUI