apkfuckery/com.discord/smali_classes2/kotlin/properties/ReadWriteProperty.smali

44 lines
1.1 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public interface abstract Lkotlin/properties/ReadWriteProperty;
.super Ljava/lang/Object;
.source "Interfaces.kt"
2020-09-16 23:45:23 +00:00
# interfaces
.implements Lkotlin/properties/ReadOnlyProperty;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-16 23:45:23 +00:00
"<T:",
2020-05-17 12:40:10 +00:00
"Ljava/lang/Object;",
2020-09-16 23:45:23 +00:00
"V:",
2020-05-17 12:40:10 +00:00
"Ljava/lang/Object;",
">",
2020-09-16 23:45:23 +00:00
"Ljava/lang/Object;",
"Lkotlin/properties/ReadOnlyProperty<",
"TT;TV;>;"
2020-05-17 12:40:10 +00:00
}
.end annotation
# virtual methods
.method public abstract getValue(Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-16 23:45:23 +00:00
"(TT;",
2020-05-17 12:40:10 +00:00
"Lkotlin/reflect/KProperty<",
2020-09-16 23:45:23 +00:00
"*>;)TV;"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end method
.method public abstract setValue(Ljava/lang/Object;Lkotlin/reflect/KProperty;Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-16 23:45:23 +00:00
"(TT;",
2020-05-17 12:40:10 +00:00
"Lkotlin/reflect/KProperty<",
2020-09-16 23:45:23 +00:00
"*>;TV;)V"
2020-05-17 12:40:10 +00:00
}
.end annotation
.end method