支持 Java 8 的反编译器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26304492/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 02:09:59  来源:igfitidea点击:

Decompiler supporting Java 8?

javajava-8decompiler

提问by Omkar

I see that most of the Java decompilers support till Java 7.

我看到大多数 Java 反编译器都支持直到 Java 7。

Are there any decompilers which support Java 8 - especially Lambda expressions?

是否有任何支持 Java 8 的反编译器——尤其是 Lambda 表达式?

I want to run such a decompiler in my ubuntu machine.

我想在我的 ubuntu 机器上运行这样一个反编译器。

采纳答案by Mike Strobel

Procyonand CFRboth support Java 8 language features, including lambda expessions and method references.

ProcyonCFR都支持 Java 8 语言特性,包括 lambda 表达式和方法引用。