class sun.jvm.hotspot.ui.Inspector$5 extends java.awt.event.MouseAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.Inspector$5
super_class: java.awt.event.MouseAdapter
{
final sun.jvm.hotspot.ui.Inspector this$0;
descriptor: Lsun/jvm/hotspot/ui/Inspector;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.Inspector);
descriptor: (Lsun/jvm/hotspot/ui/Inspector;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.ui.Inspector$5 this
0: .line 267
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.ui.Inspector$5.this$0:Lsun/jvm/hotspot/ui/Inspector;
aload 0 /* this */
invokespecial java.awt.event.MouseAdapter.<init>:()V
return
end local 0 // sun.jvm.hotspot.ui.Inspector$5 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/Inspector$5;
MethodParameters:
Name Flags
this$0 final
public void mousePressed(java.awt.event.MouseEvent);
descriptor: (Ljava/awt/event/MouseEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 // sun.jvm.hotspot.ui.Inspector$5 this
start local 1 // java.awt.event.MouseEvent e
0: .line 269
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$5.this$0:Lsun/jvm/hotspot/ui/Inspector;
getfield sun.jvm.hotspot.ui.Inspector.tree:Ljavax/swing/JTree;
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getX:()I
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getY:()I
invokevirtual javax.swing.JTree.getRowForLocation:(II)I
istore 2 /* selRow */
start local 2 // int selRow
1: .line 270
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$5.this$0:Lsun/jvm/hotspot/ui/Inspector;
getfield sun.jvm.hotspot.ui.Inspector.tree:Ljavax/swing/JTree;
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getX:()I
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getY:()I
invokevirtual javax.swing.JTree.getPathForLocation:(II)Ljavax/swing/tree/TreePath;
pop
2: .line 271
iload 2 /* selRow */
iconst_m1
if_icmpeq 7
3: .line 272
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getClickCount:()I
iconst_1
if_icmpne 7
aload 1 /* e */
invokevirtual java.awt.event.MouseEvent.getModifiersEx:()I
bipush 64
iand
ifeq 7
4: .line 273
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$5.this$0:Lsun/jvm/hotspot/ui/Inspector;
getfield sun.jvm.hotspot.ui.Inspector.tree:Ljavax/swing/JTree;
invokevirtual javax.swing.JTree.getLastSelectedPathComponent:()Ljava/lang/Object;
astore 3 /* node */
start local 3 // java.lang.Object node
5: .line 274
aload 3 /* node */
ifnull 7
aload 3 /* node */
instanceof sun.jvm.hotspot.ui.tree.SimpleTreeNode
ifeq 7
6: .line 275
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$5.this$0:Lsun/jvm/hotspot/ui/Inspector;
aload 3 /* node */
checkcast sun.jvm.hotspot.ui.tree.SimpleTreeNode
invokevirtual sun.jvm.hotspot.ui.Inspector.showInspector:(Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
end local 3 // java.lang.Object node
7: .line 279
StackMap locals: int
StackMap stack:
return
end local 2 // int selRow
end local 1 // java.awt.event.MouseEvent e
end local 0 // sun.jvm.hotspot.ui.Inspector$5 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/ui/Inspector$5;
0 8 1 e Ljava/awt/event/MouseEvent;
1 8 2 selRow I
5 7 3 node Ljava/lang/Object;
MethodParameters:
Name Flags
e
}
SourceFile: "Inspector.java"
EnclosingMethod: sun.jvm.hotspot.ui.Inspector.<init>:()V
NestHost: sun.jvm.hotspot.ui.Inspector
InnerClasses:
sun.jvm.hotspot.ui.Inspector$5