class javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration implements java.util.Enumeration<javax.swing.tree.TreePath>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration
super_class: java.lang.Object
{
protected javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode parent;
descriptor: Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
flags: (0x0004) ACC_PROTECTED
protected int nextIndex;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int childCount;
descriptor: I
flags: (0x0004) ACC_PROTECTED
final javax.swing.tree.FixedHeightLayoutCache this$0;
descriptor: Ljavax/swing/tree/FixedHeightLayoutCache;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(javax.swing.tree.FixedHeightLayoutCache, javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode);
descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
aload 2
iconst_m1
invokespecial javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.<init>:(Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;I)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
0 2 2 node Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
MethodParameters:
Name Flags
this$0 final
node
protected void <init>(javax.swing.tree.FixedHeightLayoutCache, javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode, int);
descriptor: (Ljavax/swing/tree/FixedHeightLayoutCache;Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
aload 2
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
3: aload 0
iload 3
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
4: aload 0
aload 1
getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
5: invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
6: invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
7: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
0 8 2 parent Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
0 8 3 startIndex I
MethodParameters:
Name Flags
this$0 final
parent
startIndex
public boolean hasMoreElements();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
public javax.swing.tree.TreePath nextElement();
descriptor: ()Ljavax/swing/tree/TreePath;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.hasMoreElements:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
ldc "No more visible paths"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
iconst_m1
if_icmpne 5
3: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
astore 1
start local 1 4: goto 14
end local 1 5: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
astore 2
start local 2 6: aload 2
ifnonnull 13
7: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
8: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
9: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
10: invokeinterface javax.swing.tree.TreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;
11: invokevirtual javax.swing.tree.TreePath.pathByAddingChild:(Ljava/lang/Object;)Ljavax/swing/tree/TreePath;
astore 1
start local 1 12: goto 14
end local 1 13: StackMap locals: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration top javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
StackMap stack:
aload 2
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getTreePath:()Ljavax/swing/tree/TreePath;
astore 1
end local 2 start local 1 14: StackMap locals: javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration javax.swing.tree.TreePath
StackMap stack:
aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextObject:()V
15: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
4 5 1 retObject Ljavax/swing/tree/TreePath;
12 13 1 retObject Ljavax/swing/tree/TreePath;
14 16 1 retObject Ljavax/swing/tree/TreePath;
6 14 2 node Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
protected void updateNextObject();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextIndex:()Z
ifne 2
1: aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.findNextValidParent:()Z
pop
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
protected boolean findNextValidParent();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
getfield javax.swing.tree.FixedHeightLayoutCache.root:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
if_acmpne 15
1: aload 0
aconst_null
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
4: invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getParent:()Ljavax/swing/tree/TreeNode;
5: checkcast javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
astore 1
start local 1 6: aload 1
ifnull 14
7: aload 0
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
getfield javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.childIndex:I
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
8: aload 0
aload 1
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
9: aload 0
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
10: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
11: invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
12: aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.updateNextIndex:()Z
ifeq 15
13: iconst_1
ireturn
14: StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
StackMap stack:
aload 0
aconst_null
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
end local 1 15: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
ifnonnull 3
16: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
6 15 1 newParent Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
protected boolean updateNextIndex();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
iconst_m1
if_icmpne 2
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
dup
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
iconst_1
iadd
dup_x1
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
if_icmplt 6
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getChildAtModelIndex:(I)Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
astore 1
start local 1 7: aload 1
ifnull 11
aload 1
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.isExpanded:()Z
ifeq 11
8: aload 0
aload 1
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.parent:Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
9: aload 0
iconst_m1
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextIndex:I
10: aload 0
aload 0
getfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.this$0:Ljavax/swing/tree/FixedHeightLayoutCache;
getfield javax.swing.tree.FixedHeightLayoutCache.treeModel:Ljavax/swing/tree/TreeModel;
aload 1
invokevirtual javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.getUserObject:()Ljava/lang/Object;
invokeinterface javax.swing.tree.TreeModel.getChildCount:(Ljava/lang/Object;)I
putfield javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.childCount:I
11: StackMap locals: javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavax/swing/tree/FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration;
7 12 1 child Ljavax/swing/tree/FixedHeightLayoutCache$FHTreeStateNode;
public java.lang.Object nextElement();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration.nextElement:()Ljavax/swing/tree/TreePath;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljavax/swing/tree/TreePath;>;
SourceFile: "FixedHeightLayoutCache.java"
NestHost: javax.swing.tree.FixedHeightLayoutCache
InnerClasses:
private FHTreeStateNode = javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode of javax.swing.tree.FixedHeightLayoutCache
private VisibleFHTreeStateNodeEnumeration = javax.swing.tree.FixedHeightLayoutCache$VisibleFHTreeStateNodeEnumeration of javax.swing.tree.FixedHeightLayoutCache