public class sun.util.locale.provider.SPILocaleProviderAdapter extends sun.util.locale.provider.AuxLocaleProviderAdapter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.util.locale.provider.SPILocaleProviderAdapter
super_class: sun.util.locale.provider.AuxLocaleProviderAdapter
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
0: .line 62
aload 0 /* this */
invokespecial sun.util.locale.provider.AuxLocaleProviderAdapter.<init>:()V
return
end local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/util/locale/provider/SPILocaleProviderAdapter;
public sun.util.locale.provider.LocaleProviderAdapter$Type getAdapterType();
descriptor: ()Lsun/util/locale/provider/LocaleProviderAdapter$Type;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
0: .line 69
getstatic sun.util.locale.provider.LocaleProviderAdapter$Type.SPI:Lsun/util/locale/provider/LocaleProviderAdapter$Type;
areturn
end local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/util/locale/provider/SPILocaleProviderAdapter;
protected <P extends java.util.spi.LocaleServiceProvider> P findInstalledProvider(java.lang.Class<P>);
descriptor: (Ljava/lang/Class;)Ljava/util/spi/LocaleServiceProvider;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
start local 1 // java.lang.Class c
0: .line 75
new sun.util.locale.provider.SPILocaleProviderAdapter$1
dup
aload 0 /* this */
aload 1 /* c */
invokespecial sun.util.locale.provider.SPILocaleProviderAdapter$1.<init>:(Lsun/util/locale/provider/SPILocaleProviderAdapter;Ljava/lang/Class;)V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
checkcast java.util.spi.LocaleServiceProvider
1: areturn
2: .line 104
StackMap locals:
StackMap stack: java.security.PrivilegedActionException
astore 2 /* e */
start local 2 // java.security.PrivilegedActionException e
3: .line 105
ldc Lsun/util/locale/provider/SPILocaleProviderAdapter;
aload 2 /* e */
invokevirtual java.security.PrivilegedActionException.toString:()Ljava/lang/String;
invokestatic sun.util.locale.provider.LocaleServiceProviderPool.config:(Ljava/lang/Class;Ljava/lang/String;)V
end local 2 // java.security.PrivilegedActionException e
4: .line 107
aconst_null
areturn
end local 1 // java.lang.Class c
end local 0 // sun.util.locale.provider.SPILocaleProviderAdapter this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/util/locale/provider/SPILocaleProviderAdapter;
0 5 1 c Ljava/lang/Class<TP;>;
3 4 2 e Ljava/security/PrivilegedActionException;
Exception table:
from to target type
0 1 2 Class java.security.PrivilegedActionException
Signature: <P:Ljava/util/spi/LocaleServiceProvider;>(Ljava/lang/Class<TP;>;)TP;
MethodParameters:
Name Flags
c final
}
SourceFile: "SPILocaleProviderAdapter.java"
NestMembers:
sun.util.locale.provider.SPILocaleProviderAdapter$1 sun.util.locale.provider.SPILocaleProviderAdapter$BreakIteratorProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$CalendarDataProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$CalendarNameProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$CollatorProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$CurrencyNameProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$DateFormatProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$DateFormatSymbolsProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$DecimalFormatSymbolsProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$Delegate sun.util.locale.provider.SPILocaleProviderAdapter$LocaleNameProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$NumberFormatProviderDelegate sun.util.locale.provider.SPILocaleProviderAdapter$TimeZoneNameProviderDelegate
InnerClasses:
public final Type = sun.util.locale.provider.LocaleProviderAdapter$Type of sun.util.locale.provider.LocaleProviderAdapter
sun.util.locale.provider.SPILocaleProviderAdapter$1
BreakIteratorProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$BreakIteratorProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
CalendarDataProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$CalendarDataProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
CalendarNameProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$CalendarNameProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
CollatorProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$CollatorProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
CurrencyNameProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$CurrencyNameProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
DateFormatProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$DateFormatProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
DateFormatSymbolsProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$DateFormatSymbolsProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
DecimalFormatSymbolsProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$DecimalFormatSymbolsProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
private abstract Delegate = sun.util.locale.provider.SPILocaleProviderAdapter$Delegate of sun.util.locale.provider.SPILocaleProviderAdapter
LocaleNameProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$LocaleNameProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
NumberFormatProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$NumberFormatProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter
TimeZoneNameProviderDelegate = sun.util.locale.provider.SPILocaleProviderAdapter$TimeZoneNameProviderDelegate of sun.util.locale.provider.SPILocaleProviderAdapter