tmap/smali_classes3/com/google/common/base/CommonMatcher.smali
2022-06-10 21:38:30 +09:00

43 lines
800 B
Smali

.class abstract Lcom/google/common/base/CommonMatcher;
.super Ljava/lang/Object;
.source "CommonMatcher.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtCompatible;
.end annotation
.annotation runtime Lcom/google/common/base/ElementTypesAreNonnullByDefault;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract end()I
.end method
.method public abstract find()Z
.end method
.method public abstract find(I)Z
.end method
.method public abstract matches()Z
.end method
.method public abstract replaceAll(Ljava/lang/String;)Ljava/lang/String;
.end method
.method public abstract start()I
.end method