summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/jetbrains/java/decompiler/util/VarHelper.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/org/jetbrains/java/decompiler/util/VarHelper.java b/src/org/jetbrains/java/decompiler/util/VarHelper.java
index 11827d8..34b52a9 100644
--- a/src/org/jetbrains/java/decompiler/util/VarHelper.java
+++ b/src/org/jetbrains/java/decompiler/util/VarHelper.java
@@ -53,6 +53,12 @@ public class VarHelper {
switches.put("Boolean", new String[]{
"obool"
});
+ switches.put("Double", new String[]{
+ "odouble"
+ });
+ switches.put("Float", new String[]{
+ "ofloat"
+ });
switches.put("Long", new String[]{
"olong"
});