diff options
author | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-05-28 19:42:51 +0400 |
---|---|---|
committer | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-05-28 19:42:51 +0400 |
commit | 0a66fa892531a8f35dd2a9e08c857cf88a513a06 (patch) | |
tree | 19dd0a987008d40262783f17d2d3f903ffe18bff /dist/docs | |
parent | 5c8ad60f127695f89721a5c97663bb2c37ef2835 (diff) | |
download | fernflower-0a66fa892531a8f35dd2a9e08c857cf88a513a06.tar fernflower-0a66fa892531a8f35dd2a9e08c857cf88a513a06.tar.gz fernflower-0a66fa892531a8f35dd2a9e08c857cf88a513a06.tar.lz fernflower-0a66fa892531a8f35dd2a9e08c857cf88a513a06.tar.xz fernflower-0a66fa892531a8f35dd2a9e08c857cf88a513a06.zip |
option to pass numeric literals undecoded
Diffstat (limited to 'dist/docs')
-rw-r--r-- | dist/docs/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/docs/readme.txt b/dist/docs/readme.txt index e51a5de..b37c779 100644 --- a/dist/docs/readme.txt +++ b/dist/docs/readme.txt @@ -51,6 +51,7 @@ occ (0): ouput copyright comment ner (1): assume return not throwing exceptions den (1): decompile enumerations rgn (1): remove getClass() invocation, when it is part of a qualified new statement +lit (0): output numeric and character literals "as-is" bto (1): interpret int 1 as boolean true (workaround to a compiler bug) nns (1): allow for not set synthetic attribute (workaround to a compiler bug) uto (1): consider nameless types as java.lang.Object (workaround to a compiler architecture flaw) |