public final class com.mongodb.internal.connection.DecimalFormatHelper
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.mongodb.internal.connection.DecimalFormatHelper
super_class: java.lang.Object
{
private static final java.text.DecimalFormatSymbols DECIMAL_FORMAT_SYMBOLS;
descriptor: Ljava/text/DecimalFormatSymbols;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic com.mongodb.internal.connection.DecimalFormatHelper.initializeDecimalFormatSymbols:()Ljava/text/DecimalFormatSymbols;
putstatic com.mongodb.internal.connection.DecimalFormatHelper.DECIMAL_FORMAT_SYMBOLS:Ljava/text/DecimalFormatSymbols;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/internal/connection/DecimalFormatHelper;
private static java.text.DecimalFormatSymbols initializeDecimalFormatSymbols();
descriptor: ()Ljava/text/DecimalFormatSymbols;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: new java.text.DecimalFormatSymbols
dup
invokespecial java.text.DecimalFormatSymbols.<init>:()V
astore 0
start local 0 1: aload 0
bipush 46
invokevirtual java.text.DecimalFormatSymbols.setDecimalSeparator:(C)V
2: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 3 0 decimalFormatSymbols Ljava/text/DecimalFormatSymbols;
public static java.lang.String format(java.lang.String, double);
descriptor: (Ljava/lang/String;D)Ljava/lang/String;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new java.text.DecimalFormat
dup
aload 0
getstatic com.mongodb.internal.connection.DecimalFormatHelper.DECIMAL_FORMAT_SYMBOLS:Ljava/text/DecimalFormatSymbols;
invokespecial java.text.DecimalFormat.<init>:(Ljava/lang/String;Ljava/text/DecimalFormatSymbols;)V
dload 1
invokevirtual java.text.DecimalFormat.format:(D)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pattern Ljava/lang/String;
0 1 1 number D
MethodParameters:
Name Flags
pattern final
number final
}
SourceFile: "DecimalFormatHelper.java"