You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.9 KiB
78 lines
1.9 KiB
.class final Lcom/google/common/collect/TreeTraverser$PostOrderNode; |
|
.super Ljava/lang/Object; |
|
.source "TreeTraverser.java" |
|
|
|
|
|
# annotations |
|
.annotation system Ldalvik/annotation/EnclosingClass; |
|
value = Lcom/google/common/collect/TreeTraverser; |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/InnerClass; |
|
accessFlags = 0x1a |
|
name = "PostOrderNode" |
|
.end annotation |
|
|
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"<T:", |
|
"Ljava/lang/Object;", |
|
">", |
|
"Ljava/lang/Object;" |
|
} |
|
.end annotation |
|
|
|
|
|
# instance fields |
|
.field final childIterator:Ljava/util/Iterator; |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"Ljava/util/Iterator", |
|
"<TT;>;" |
|
} |
|
.end annotation |
|
.end field |
|
|
|
.field final root:Ljava/lang/Object; |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"TT;" |
|
} |
|
.end annotation |
|
.end field |
|
|
|
|
|
# direct methods |
|
.method constructor <init>(Ljava/lang/Object;Ljava/util/Iterator;)V |
|
.locals 1 |
|
.annotation system Ldalvik/annotation/Signature; |
|
value = { |
|
"(TT;", |
|
"Ljava/util/Iterator", |
|
"<TT;>;)V" |
|
} |
|
.end annotation |
|
|
|
.prologue |
|
.line 137 |
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V |
|
|
|
.line 138 |
|
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
iput-object v0, p0, Lcom/google/common/collect/TreeTraverser$PostOrderNode;->root:Ljava/lang/Object; |
|
|
|
.line 139 |
|
invoke-static {p2}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object; |
|
|
|
move-result-object v0 |
|
|
|
check-cast v0, Ljava/util/Iterator; |
|
|
|
iput-object v0, p0, Lcom/google/common/collect/TreeTraverser$PostOrderNode;->childIterator:Ljava/util/Iterator; |
|
|
|
.line 140 |
|
return-void |
|
.end method
|
|
|