class com.sun.source.util.TreePath$1 implements java.util.Iterator<com.sun.source.tree.Tree>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.source.util.TreePath$1
super_class: java.lang.Object
{
private com.sun.source.util.TreePath next;
descriptor: Lcom/sun/source/util/TreePath;
flags: (0x0002) ACC_PRIVATE
final com.sun.source.util.TreePath this$0;
descriptor: Lcom/sun/source/util/TreePath;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.source.util.TreePath);
descriptor: (Lcom/sun/source/util/TreePath;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.source.util.TreePath$1.this$0:Lcom/sun/source/util/TreePath;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.source.util.TreePath$1.next:Lcom/sun/source/util/TreePath;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/source/util/TreePath$1;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.source.util.TreePath$1.next:Lcom/sun/source/util/TreePath;
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 Lcom/sun/source/util/TreePath$1;
public com.sun.source.tree.Tree next();
descriptor: ()Lcom/sun/source/tree/Tree;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.source.util.TreePath$1.next:Lcom/sun/source/util/TreePath;
getfield com.sun.source.util.TreePath.leaf:Lcom/sun/source/tree/Tree;
astore 1
start local 1 1: aload 0
aload 0
getfield com.sun.source.util.TreePath$1.next:Lcom/sun/source/util/TreePath;
getfield com.sun.source.util.TreePath.parent:Lcom/sun/source/util/TreePath;
putfield com.sun.source.util.TreePath$1.next:Lcom/sun/source/util/TreePath;
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/source/util/TreePath$1;
1 3 1 t Lcom/sun/source/tree/Tree;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/source/util/TreePath$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.source.util.TreePath$1.next:()Lcom/sun/source/tree/Tree;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/source/tree/Tree;>;
SourceFile: "TreePath.java"
EnclosingMethod: com.sun.source.util.TreePath.iterator:()Ljava/util/Iterator;
NestHost: com.sun.source.util.TreePath
InnerClasses:
com.sun.source.util.TreePath$1