a.smali

.class public Lya/a;
.super Ljava/lang/Object;
.source "SourceFile"

# interfaces
.implements Ljava/lang/Iterable;
.implements Lva/a;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lya/a$a;
    }
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Ljava/lang/Iterable<",
        "Ljava/lang/Character;",
        ">;",
        "Lva/a;"
    }
.end annotation

.annotation runtime Lkotlin/Metadata;
.end annotation


# static fields
.field public static final d:Lya/a$a;
    .annotation build Lorg/jetbrains/annotations/NotNull;
    .end annotation
.end field


# instance fields
.field private final a:C

.field private final b:C

.field private final c:I


# direct methods
.method static constructor <clinit>()V
    .registers 2

    new-instance v0, Lya/a$a;

    const/4 v1, 0x0

    invoke-direct {v0, v1}, Lya/a$a;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V

    sput-object v0, Lya/a;->d:Lya/a$a;

    return-void
.end method

.method public constructor <init>(CCI)V
    .registers 5

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

    if-eqz p3, :cond_1d

    const/high16 v0, -0x80000000

    if-eq p3, v0, :cond_15

    iput-char p1, p0, Lya/a;->a:C

    invoke-static {p1, p2, p3}, Loa/c;->c(III)I

    move-result p1

    int-to-char p1, p1

    iput-char p1, p0, Lya/a;->b:C

    iput p3, p0, Lya/a;->c:I

    return-void

    :cond_15
    new-instance p1, Ljava/lang/IllegalArgumentException;

    const-string p2, "Step must be greater than Int.MIN_VALUE to avoid overflow on negation."

    invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V

    throw p1

    :cond_1d
    new-instance p1, Ljava/lang/IllegalArgumentException;

    const-string p2, "Step must be non-zero."

    invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V

    throw p1
.end method


# virtual methods
.method public final a()C
    .registers 2

    iget-char v0, p0, Lya/a;->a:C

    return v0
.end method

.method public final b()C
    .registers 2

    iget-char v0, p0, Lya/a;->b:C

    return v0
.end method

.method public e()Lkotlin/collections/m;
    .registers 5
    .annotation build Lorg/jetbrains/annotations/NotNull;
    .end annotation

    new-instance v0, Lya/b;

    iget-char v1, p0, Lya/a;->a:C

    iget-char v2, p0, Lya/a;->b:C

    iget v3, p0, Lya/a;->c:I

    invoke-direct {v0, v1, v2, v3}, Lya/b;-><init>(CCI)V

    return-object v0
.end method

.method public bridge synthetic iterator()Ljava/util/Iterator;
    .registers 2

    invoke-virtual {p0}, Lya/a;->e()Lkotlin/collections/m;

    move-result-object v0

    return-object v0
.end method