Source code for a particular instruction
Rags <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, How to get source code from bytecode?. I tried Utility.codeToString(...) but it only gives in JVM instructions. I want source code for specific instruction(s) in the byte code. Is there any facility to do that without reverse engineering whole bytecode?. Thanx in advance. Bye