56 lines
1.0 KiB
Smali
56 lines
1.0 KiB
Smali
.class final Lorg/apache/commons/lang3/text/StrMatcher$CharMatcher;
|
|
.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 = "CharMatcher"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final ch:C
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(C)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lorg/apache/commons/lang3/text/StrMatcher;-><init>()V
|
|
|
|
.line 2
|
|
iput-char p1, p0, Lorg/apache/commons/lang3/text/StrMatcher$CharMatcher;->ch:C
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public isMatch([CIII)I
|
|
.locals 0
|
|
|
|
.line 1
|
|
iget-char p3, p0, Lorg/apache/commons/lang3/text/StrMatcher$CharMatcher;->ch:C
|
|
|
|
aget-char p1, p1, p2
|
|
|
|
if-ne p3, p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|