Package org.formulacompiler.decompiler

Contains the public bytecode decompiler API of AFC.

See:
          Description

Interface Summary
ByteCodeEngineDecompiler Decompiles a JVM byte code engine back to Java source using the JODE library.
ByteCodeEngineDecompiler.Factory Factory interface for ImplementationLocator.getInstance(Class).
ByteCodeEngineSource Exposes the reverse-engineered source code of a compiled bytecode engine.
 

Class Summary
ByteCodeEngineDecompiler.Config Configuration data for new instances of ByteCodeEngineDecompiler.
FormulaDecompiler Provides methods to decompile engines generated by the Java bytecode generating backend of AFC.
 

Package org.formulacompiler.decompiler Description

Contains the public bytecode decompiler API of AFC. All of the functionality is accessed using the factory methods in FormulaDecompiler.

For overviews, tutorials, examples, guides, and tool documentation, please see: