From dd62950521daa2e30b1b398081c6b78d226dd2c2 Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 21 Oct 2016 16:14:50 +1100 Subject: Add odouble / ofloat variable switches. --- src/org/jetbrains/java/decompiler/util/VarHelper.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/org/jetbrains/java/decompiler/util') 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" }); -- cgit v1.2.3