tmap/smali_classes5/org/apache/commons/lang3/text/StrLookup$SystemPropertiesStrLookup.smali
2022-06-10 21:38:30 +09:00

72 lines
1.6 KiB
Smali

.class Lorg/apache/commons/lang3/text/StrLookup$SystemPropertiesStrLookup;
.super Lorg/apache/commons/lang3/text/StrLookup;
.source "StrLookup.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/apache/commons/lang3/text/StrLookup;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "SystemPropertiesStrLookup"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/apache/commons/lang3/text/StrLookup<",
"Ljava/lang/String;",
">;"
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lorg/apache/commons/lang3/text/StrLookup;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lorg/apache/commons/lang3/text/StrLookup$1;)V
.locals 0
.line 2
invoke-direct {p0}, Lorg/apache/commons/lang3/text/StrLookup$SystemPropertiesStrLookup;-><init>()V
return-void
.end method
# virtual methods
.method public lookup(Ljava/lang/String;)Ljava/lang/String;
.locals 1
.line 1
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v0
if-lez v0, :cond_0
.line 2
:try_start_0
invoke-static {p1}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
:try_end_0
.catch Ljava/lang/SecurityException; {:try_start_0 .. :try_end_0} :catch_0
return-object p1
:catch_0
:cond_0
const/4 p1, 0x0
return-object p1
.end method