class javax.swing.tree.FixedHeightLayoutCache$SearchInfo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.tree.FixedHeightLayoutCache$SearchInfo
super_class: java.lang.Object
{
protected javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode node;
descriptor: Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
flags: (0x0004) ACC_PROTECTED
protected boolean isNodeParentNode;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected int childIndex;
descriptor: I
flags: (0x0004) ACC_PROTECTED
final javax.swing.tree.FixedHeightLayoutCache this$0;
descriptor: Ljavax/swing/tree/FixedHeightLayoutCache;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javax.swing.tree.FixedHeightLayoutCache);
descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo this
0: .line 1458
aload 0 /* this */
aload 1
putfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
MethodParameters:
Name Flags
this$0 final
protected javax.swing.tree.TreePath getPath();
descriptor: ()Ljavax/swing/tree/TreePath;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo this
0: .line 1464
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
ifnonnull 2
1: .line 1465
aconst_null
areturn
2: .line 1467
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.isNodeParentNode:Z
ifeq 7
3: .line 1468
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
4: .line 1469
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
5: .line 1470
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.childIndex:I
6: .line 1468
invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
invokevirtual javax.swing.tree.TreePath.pathByAddingChild:(Ljava/lang/Object;)Ljavax/swing/tree/TreePath;
areturn
7: .line 1471
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield javax.swing.tree.FixedHeightLayoutCache$SearchInfo.node:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.path:Ljavax/swing/tree/TreePath;
areturn
end local 0 // javax.swing.tree.FixedHeightLayoutCache$SearchInfo this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavax/swing/tree/FixedHeightLayoutCache$SearchInfo;
}
SourceFile: "FixedHeightLayoutCache.java"
NestHost: javax.swing.tree.FixedHeightLayoutCache
InnerClasses:
private FHTreeStateNode = javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode of javax.swing.tree.FixedHeightLayoutCache
private SearchInfo = javax.swing.tree.FixedHeightLayoutCache$SearchInfo of javax.swing.tree.FixedHeightLayoutCache