final class com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors
super_class: java.lang.Object
{
final N node;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
Signature: TN;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
final java.util.Iterator<? extends N> successorIterator;
descriptor: Ljava/util/Iterator;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Iterator<+TN;>;
final com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator this$2;
descriptor: Lcom/google/common/graph/Traverser$GraphTraverser$DepthFirstIterator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(N, java.lang.Iterable<? extends N>);
descriptor: (Lcom/google/common/graph/Traverser$GraphTraverser$DepthFirstIterator;Ljava/lang/Object;Ljava/lang/Iterable;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors this
start local 2 // java.lang.Object node
start local 3 // java.lang.Iterable successors
0: .line 477
aload 0 /* this */
aload 1
putfield com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors.this$2:Lcom/google/common/graph/Traverser$GraphTraverser$DepthFirstIterator;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 478
aload 0 /* this */
aload 2 /* node */
putfield com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors.node:Ljava/lang/Object;
2: .line 479
aload 0 /* this */
aload 3 /* successors */
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
putfield com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors.successorIterator:Ljava/util/Iterator;
3: .line 480
return
end local 3 // java.lang.Iterable successors
end local 2 // java.lang.Object node
end local 0 // com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/graph/Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors;
0 4 2 node TN;
0 4 3 successors Ljava/lang/Iterable<+TN;>;
Signature: (TN;Ljava/lang/Iterable<+TN;>;)V
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
this$0 final
node
successors
}
SourceFile: "Traverser.java"
NestHost: com.google.common.graph.Traverser
InnerClasses:
private final GraphTraverser = com.google.common.graph.Traverser$GraphTraverser of com.google.common.graph.Traverser
private final DepthFirstIterator = com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator of com.google.common.graph.Traverser$GraphTraverser
private final NodeAndSuccessors = com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator$NodeAndSuccessors of com.google.common.graph.Traverser$GraphTraverser$DepthFirstIterator