Files
rr3-apk/smali_classes5/kotlin/jvm/internal/MutablePropertyReference1.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

139 lines
3.6 KiB
Smali

.class public abstract Lkotlin/jvm/internal/MutablePropertyReference1;
.super Lkotlin/jvm/internal/MutablePropertyReference;
.source "SourceFile"
# interfaces
.implements Lkotlin/reflect/KMutableProperty1;
# direct methods
.method public constructor <init>()V
.locals 0
.line 16
invoke-direct {p0}, Lkotlin/jvm/internal/MutablePropertyReference;-><init>()V
return-void
.end method
.method public constructor <init>(Ljava/lang/Object;)V
.locals 0
.line 21
invoke-direct {p0, p1}, Lkotlin/jvm/internal/MutablePropertyReference;-><init>(Ljava/lang/Object;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
.locals 0
.line 26
invoke-direct/range {p0 .. p5}, Lkotlin/jvm/internal/MutablePropertyReference;-><init>(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
return-void
.end method
# virtual methods
.method public computeReflected()Lkotlin/reflect/KCallable;
.locals 1
.line 31
invoke-static {p0}, Lkotlin/jvm/internal/Reflection;->mutableProperty1(Lkotlin/jvm/internal/MutablePropertyReference1;)Lkotlin/reflect/KMutableProperty1;
move-result-object v0
return-object v0
.end method
.method public abstract synthetic get(Ljava/lang/Object;)Ljava/lang/Object;
.end method
.method public getDelegate(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
.line 52
invoke-virtual {p0}, Lkotlin/jvm/internal/PropertyReference;->getReflected()Lkotlin/reflect/KProperty;
move-result-object v0
check-cast v0, Lkotlin/reflect/KMutableProperty1;
invoke-interface {v0, p1}, Lkotlin/reflect/KProperty1;->getDelegate(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic getGetter()Lkotlin/reflect/KProperty$Getter;
.locals 1
.line 13
invoke-virtual {p0}, Lkotlin/jvm/internal/MutablePropertyReference1;->getGetter()Lkotlin/reflect/KProperty1$Getter;
const/4 v0, 0x0
return-object v0
.end method
.method public getGetter()Lkotlin/reflect/KProperty1$Getter;
.locals 1
.line 41
invoke-virtual {p0}, Lkotlin/jvm/internal/PropertyReference;->getReflected()Lkotlin/reflect/KProperty;
move-result-object v0
check-cast v0, Lkotlin/reflect/KMutableProperty1;
invoke-interface {v0}, Lkotlin/reflect/KProperty1;->getGetter()Lkotlin/reflect/KProperty1$Getter;
const/4 v0, 0x0
return-object v0
.end method
.method public bridge synthetic getSetter()Lkotlin/reflect/KMutableProperty$Setter;
.locals 1
.line 13
invoke-virtual {p0}, Lkotlin/jvm/internal/MutablePropertyReference1;->getSetter()Lkotlin/reflect/KMutableProperty1$Setter;
const/4 v0, 0x0
return-object v0
.end method
.method public getSetter()Lkotlin/reflect/KMutableProperty1$Setter;
.locals 1
.line 46
invoke-virtual {p0}, Lkotlin/jvm/internal/PropertyReference;->getReflected()Lkotlin/reflect/KProperty;
move-result-object v0
check-cast v0, Lkotlin/reflect/KMutableProperty1;
invoke-interface {v0}, Lkotlin/reflect/KMutableProperty1;->getSetter()Lkotlin/reflect/KMutableProperty1$Setter;
const/4 v0, 0x0
return-object v0
.end method
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 36
invoke-virtual {p0, p1}, Lkotlin/jvm/internal/MutablePropertyReference1;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public abstract synthetic set(Ljava/lang/Object;Ljava/lang/Object;)V
.end method