67 lines
1.4 KiB
Smali
67 lines
1.4 KiB
Smali
.class final Lcom/google/zxing/datamatrix/decoder/Version$ECB;
|
|
.super Ljava/lang/Object;
|
|
.source "Version.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/zxing/datamatrix/decoder/Version;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "ECB"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final count:I
|
|
|
|
.field private final dataCodewords:I
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(II)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
iput p1, p0, Lcom/google/zxing/datamatrix/decoder/Version$ECB;->count:I
|
|
|
|
.line 3
|
|
iput p2, p0, Lcom/google/zxing/datamatrix/decoder/Version$ECB;->dataCodewords:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(IILcom/google/zxing/datamatrix/decoder/Version$ECB;)V
|
|
.locals 0
|
|
|
|
.line 4
|
|
invoke-direct {p0, p1, p2}, Lcom/google/zxing/datamatrix/decoder/Version$ECB;-><init>(II)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getCount()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/zxing/datamatrix/decoder/Version$ECB;->count:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getDataCodewords()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/zxing/datamatrix/decoder/Version$ECB;->dataCodewords:I
|
|
|
|
return v0
|
|
.end method
|