|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ByteCodeEngineDecompiler
Decompiles a JVM byte code engine back to Java source using the JODE library.
This interface is an API only. Do not implement it yourself.
| Nested Class Summary | |
|---|---|
static class |
ByteCodeEngineDecompiler.Config
Configuration data for new instances of ByteCodeEngineDecompiler. |
static interface |
ByteCodeEngineDecompiler.Factory
Factory interface for ImplementationLocator.getInstance(Class). |
| Method Summary | |
|---|---|
ByteCodeEngineSource |
decompile()
Decompiles the engine and returns a source code description object. |
| Method Detail |
|---|
ByteCodeEngineSource decompile()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||