class com.apple.laf.AquaComboBoxUI$5 extends com.apple.laf.AquaComboBoxUI$ComboBoxAction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.apple.laf.AquaComboBoxUI$5
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$5 this
0: .line 354
aload 0 /* this */
aload 2
putfield com.apple.laf.AquaComboBoxUI$5.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$5 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaComboBoxUI$5;
MethodParameters:
Name Flags
this$0 final
this$1 final
void performComboBoxAction(com.apple.laf.AquaComboBoxUI);
descriptor: (Lcom/apple/laf/AquaComboBoxUI;)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=2
start local 0 // com.apple.laf.AquaComboBoxUI$5 this
start local 1 // com.apple.laf.AquaComboBoxUI ui
0: .line 357
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.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 /* current */
start local 2 // int current
1: .line 358
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
invokevirtual javax.swing.JList.getFirstVisibleIndex:()I
istore 3 /* first */
start local 3 // int first
2: .line 360
iload 2 /* current */
iload 3 /* first */
if_icmpeq 5
3: .line 361
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iload 3 /* first */
invokevirtual javax.swing.JList.setSelectedIndex:(I)V
4: .line 362
return
5: .line 365
StackMap locals: int int
StackMap stack:
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
invokevirtual javax.swing.JList.getVisibleRect:()Ljava/awt/Rectangle;
getfield java.awt.Rectangle.height:I
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iconst_0
iconst_0
invokevirtual javax.swing.JList.getCellBounds:(II)Ljava/awt/Rectangle;
getfield java.awt.Rectangle.height:I
idiv
istore 4 /* page */
start local 4 // int page
6: .line 366
iload 3 /* first */
iload 4 /* page */
isub
istore 5 /* target */
start local 5 // int target
7: .line 367
iload 5 /* target */
ifge 8
iconst_0
istore 5 /* target */
8: .line 369
StackMap locals: int int
StackMap stack:
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iload 5 /* target */
invokevirtual javax.swing.JList.ensureIndexIsVisible:(I)V
9: .line 370
aload 0 /* this */
getfield com.apple.laf.AquaComboBoxUI$5.this$0:Lcom/apple/laf/AquaComboBoxUI;
invokestatic com.apple.laf.AquaComboBoxUI.access$0:(Lcom/apple/laf/AquaComboBoxUI;)Ljavax/swing/JList;
iload 5 /* target */
invokevirtual javax.swing.JList.setSelectedIndex:(I)V
10: .line 371
return
end local 5 // int target
end local 4 // int page
end local 3 // int first
end local 2 // int current
end local 1 // com.apple.laf.AquaComboBoxUI ui
end local 0 // com.apple.laf.AquaComboBoxUI$5 this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/apple/laf/AquaComboBoxUI$5;
0 11 1 ui Lcom/apple/laf/AquaComboBoxUI;
1 11 2 current I
2 11 3 first I
6 11 4 page I
7 11 5 target I
MethodParameters:
Name Flags
ui final
}
SourceFile: "AquaComboBoxUI.java"
EnclosingMethod: com.apple.laf.AquaComboBoxUI
NestHost: com.apple.laf.AquaComboBoxUI
InnerClasses:
com.apple.laf.AquaComboBoxUI$5
private abstract ComboBoxAction = com.apple.laf.AquaComboBoxUI$ComboBoxAction of com.apple.laf.AquaComboBoxUI