|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.formulacompiler.runtime.FormulaRuntime org.formulacompiler.decompiler.FormulaDecompiler
public final class FormulaDecompiler
Provides methods to decompile engines generated by the Java bytecode generating backend of AFC.
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 |
---|
public FormulaDecompiler()
Method Detail |
---|
public static final ByteCodeEngineSource decompile(Engine _engine) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |