60 lines
1.3 KiB
Smali
60 lines
1.3 KiB
Smali
.class abstract Lcom/google/common/base/CharMatcher$FastMatcher;
|
|
.super Lcom/google/common/base/CharMatcher;
|
|
.source "CharMatcher.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/base/CharMatcher;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x409
|
|
name = "FastMatcher"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/common/base/CharMatcher;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic apply(Ljava/lang/Object;)Z
|
|
.locals 0
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 1
|
|
check-cast p1, Ljava/lang/Character;
|
|
|
|
invoke-super {p0, p1}, Lcom/google/common/base/CharMatcher;->apply(Ljava/lang/Character;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public negate()Lcom/google/common/base/CharMatcher;
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/common/base/CharMatcher$NegatedFastMatcher;
|
|
|
|
invoke-direct {v0, p0}, Lcom/google/common/base/CharMatcher$NegatedFastMatcher;-><init>(Lcom/google/common/base/CharMatcher;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final precomputed()Lcom/google/common/base/CharMatcher;
|
|
.locals 0
|
|
|
|
return-object p0
|
|
.end method
|