BtcFormat$ScaleMatcher.smali

.class Lorg/bitcoinj/utils/BtcFormat$ScaleMatcher;
.super Ljava/lang/Object;
.source "BtcFormat.java"


# instance fields
.field public pattern:Ljava/util/regex/Pattern;

.field public scale:I

.field final synthetic this$0:Lorg/bitcoinj/utils/BtcFormat;


# direct methods
.method constructor <init>(Lorg/bitcoinj/utils/BtcFormat;Ljava/util/regex/Pattern;I)V
    .registers 4

    .prologue
    .line 1312
    iput-object p1, p0, Lorg/bitcoinj/utils/BtcFormat$ScaleMatcher;->this$0:Lorg/bitcoinj/utils/BtcFormat;

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    iput-object p2, p0, Lorg/bitcoinj/utils/BtcFormat$ScaleMatcher;->pattern:Ljava/util/regex/Pattern;

    iput p3, p0, Lorg/bitcoinj/utils/BtcFormat$ScaleMatcher;->scale:I

    return-void
.end method