org.formulacompiler.decompiler
Interface ByteCodeEngineDecompiler


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.

Author:
peo

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

decompile

ByteCodeEngineSource decompile()
                               throws java.io.IOException
Decompiles the engine and returns a source code description object.

Throws:
java.io.IOException