mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
65 lines
1.8 KiB
Smali
65 lines
1.8 KiB
Smali
.class public abstract Lcom/google/common/escape/Escaper;
|
|
.super Ljava/lang/Object;
|
|
.source "Escaper.java"
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Lcom/google/common/escape/ElementTypesAreNonnullByDefault;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/errorprone/annotations/DoNotMock;
|
|
value = "Use Escapers.nullEscaper() or another methods from the *Escapers classes"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final asFunction:Lcom/google/common/base/Function;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/common/base/Function<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method protected constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 63
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 88
|
|
new-instance v0, Lcom/google/common/escape/Escaper$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v0, p0}, Lcom/google/common/escape/Escaper$$ExternalSyntheticLambda0;-><init>(Lcom/google/common/escape/Escaper;)V
|
|
|
|
iput-object v0, p0, Lcom/google/common/escape/Escaper;->asFunction:Lcom/google/common/base/Function;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final asFunction()Lcom/google/common/base/Function;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lcom/google/common/base/Function<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object p0, p0, Lcom/google/common/escape/Escaper;->asFunction:Lcom/google/common/base/Function;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public abstract escape(Ljava/lang/String;)Ljava/lang/String;
|
|
.end method
|