tmap/smali_classes3/com/google/firebase/database/snapshot/ChildrenNode$ChildVisitor.smali
2022-06-10 21:38:30 +09:00

62 lines
1.9 KiB
Smali

.class public abstract Lcom/google/firebase/database/snapshot/ChildrenNode$ChildVisitor;
.super Lcom/google/firebase/database/collection/LLRBNode$NodeVisitor;
.source "ChildrenNode.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/database/snapshot/ChildrenNode;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "ChildVisitor"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/firebase/database/collection/LLRBNode$NodeVisitor<",
"Lcom/google/firebase/database/snapshot/ChildKey;",
"Lcom/google/firebase/database/snapshot/Node;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/firebase/database/collection/LLRBNode$NodeVisitor;-><init>()V
return-void
.end method
# virtual methods
.method public abstract visitChild(Lcom/google/firebase/database/snapshot/ChildKey;Lcom/google/firebase/database/snapshot/Node;)V
.end method
.method public visitEntry(Lcom/google/firebase/database/snapshot/ChildKey;Lcom/google/firebase/database/snapshot/Node;)V
.locals 0
.line 2
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/database/snapshot/ChildrenNode$ChildVisitor;->visitChild(Lcom/google/firebase/database/snapshot/ChildKey;Lcom/google/firebase/database/snapshot/Node;)V
return-void
.end method
.method public bridge synthetic visitEntry(Ljava/lang/Object;Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Lcom/google/firebase/database/snapshot/ChildKey;
check-cast p2, Lcom/google/firebase/database/snapshot/Node;
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/database/snapshot/ChildrenNode$ChildVisitor;->visitEntry(Lcom/google/firebase/database/snapshot/ChildKey;Lcom/google/firebase/database/snapshot/Node;)V
return-void
.end method