提交 faefbd48 authored 作者: Thomas Mueller's avatar Thomas Mueller

JaQu: the decompiler has been improved.

上级 e1166b14
...@@ -1138,7 +1138,9 @@ public class ClassReader { ...@@ -1138,7 +1138,9 @@ public class ClassReader {
// op = "tableswitch default:" + getAbsolutePos(start, def); // op = "tableswitch default:" + getAbsolutePos(start, def);
// StringBuilder buff = new StringBuilder(); // StringBuilder buff = new StringBuilder();
// for (int i = 0; i < n; i++) { // for (int i = 0; i < n; i++) {
// buff.append(' ').append(low++).append(":").append(getAbsolutePos(start, readInt())); // buff.append(' ').append(low++).
// append(":").
// append(getAbsolutePos(start, readInt()));
// } // }
// op += buff.toString(); // op += buff.toString();
// // pos += n * 4; // // pos += n * 4;
...@@ -1152,7 +1154,10 @@ public class ClassReader { ...@@ -1152,7 +1154,10 @@ public class ClassReader {
// op = "lookupswitch default:" + getAbsolutePos(start, def); // op = "lookupswitch default:" + getAbsolutePos(start, def);
// StringBuilder buff = new StringBuilder(); // StringBuilder buff = new StringBuilder();
// for (int i = 0; i < n; i++) { // for (int i = 0; i < n; i++) {
// buff.append(' ').append(readInt()).append(":").append(getAbsolutePos(start, readInt())); // buff.append(' ').
// append(readInt()).
// append(":").
// append(getAbsolutePos(start, readInt()));
// } // }
// op += buff.toString(); // op += buff.toString();
// // pos += n * 8; // // pos += n * 8;
...@@ -1305,7 +1310,8 @@ public class ClassReader { ...@@ -1305,7 +1310,8 @@ public class ClassReader {
// op = "wide ret " + readShort(); // op = "wide ret " + readShort();
// break; // break;
// default: // default:
// throw new RuntimeException("Unsupported wide opCode " + opCode); // throw new RuntimeException(
// "Unsupported wide opCode " + opCode);
// } // }
// break; // break;
// } // }
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2004-2009 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
Javadoc package documentation
</title></head><body style="font: 9pt/130% Tahoma, Arial, Helvetica, sans-serif; font-weight: normal;">
The decompiler for the JaQu (Java Query) tool.
</body></html>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论