CHAPTER 6

Decompiler Implementation

We are now at the point where you will learn to actually deal with the individual bytecodes, decompile the opcodes into partial statements and expressions and, ultimately (well that’s the plan anyway), back into complete blocks of source code.

If I’m gauging my audience correctly, this chapter, and possibly Chapter 5, will appeal to a significant cross section of readers. We’re now at the nub of the problem of how to implement a decompiler using using Java versions of Lex and Yacc, namely JLex and CUP.

To keep this as practical as possible, I’ll use a test suite of ten simple programs, each with a different language construct. For each program, I’ll reconstruct the original source gradually, building the decompiler ...

Get Decompiling Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.