org.formulacompiler.decompiler
Class FormulaDecompiler

java.lang.Object
  extended by org.formulacompiler.runtime.FormulaRuntime
      extended by org.formulacompiler.decompiler.FormulaDecompiler

public final class FormulaDecompiler
extends FormulaRuntime

Provides methods to decompile engines generated by the Java bytecode generating backend of AFC.

Author:
peo

Field Summary
 
Fields inherited from class org.formulacompiler.runtime.FormulaRuntime
UNDEFINED_SCALE
 
Constructor Summary
FormulaDecompiler()
           
 
Method Summary
static ByteCodeEngineSource decompile(Engine _engine)
          Returns an object describing a compiled engine as decompiled Java source code.
 
Methods inherited from class org.formulacompiler.runtime.FormulaRuntime
loadEngine, loadEngine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaDecompiler

public FormulaDecompiler()
Method Detail

decompile

public static final ByteCodeEngineSource decompile(Engine _engine)
                                            throws java.io.IOException
Returns an object describing a compiled engine as decompiled Java source code.

Throws:
java.io.IOException