tmap/smali_classes5/org/apache/commons/lang3/text/StrMatcher$TrimMatcher.smali
2022-06-10 21:38:30 +09:00

49 lines
854 B
Smali

.class final Lorg/apache/commons/lang3/text/StrMatcher$TrimMatcher;
.super Lorg/apache/commons/lang3/text/StrMatcher;
.source "StrMatcher.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/apache/commons/lang3/text/StrMatcher;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "TrimMatcher"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lorg/apache/commons/lang3/text/StrMatcher;-><init>()V
return-void
.end method
# virtual methods
.method public isMatch([CIII)I
.locals 0
.line 1
aget-char p1, p1, p2
const/16 p2, 0x20
if-gt p1, p2, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
return p1
.end method