53 lines
1.1 KiB
Smali
53 lines
1.1 KiB
Smali
.class final Lcom/alibaba/fastjson/util/ASMClassLoader$1;
|
|
.super Ljava/lang/Object;
|
|
.source "ASMClassLoader.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/security/PrivilegedAction;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/alibaba/fastjson/util/ASMClassLoader;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x8
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/security/PrivilegedAction<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 12
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 15
|
|
const-class v0, Lcom/alibaba/fastjson/util/ASMClassLoader;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Class;->getProtectionDomain()Ljava/security/ProtectionDomain;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|