|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Engine | |
|---|---|
| org.formulacompiler.compiler | Contains the public compile-time API of AFC's core functional model compiler. |
| org.formulacompiler.decompiler | Contains the public bytecode decompiler API of AFC. |
| org.formulacompiler.runtime | Contains the public run-time API of AFC. |
| Uses of Engine in org.formulacompiler.compiler |
|---|
| Subinterfaces of Engine in org.formulacompiler.compiler | |
|---|---|
interface |
SaveableEngine
Defines the SaveableEngine.saveTo(OutputStream) method for engines returned by an engine compiler. |
| Uses of Engine in org.formulacompiler.decompiler |
|---|
| Fields in org.formulacompiler.decompiler declared as Engine | |
|---|---|
Engine |
ByteCodeEngineDecompiler.Config.engine
The engine to decompile. |
| Methods in org.formulacompiler.decompiler with parameters of type Engine | |
|---|---|
static ByteCodeEngineSource |
FormulaDecompiler.decompile(Engine _engine)
Returns an object describing a compiled engine as decompiled Java source code. |
| Uses of Engine in org.formulacompiler.runtime |
|---|
| Methods in org.formulacompiler.runtime that return Engine | |
|---|---|
static Engine |
FormulaRuntime.loadEngine(EngineLoader.Config _config,
java.io.InputStream _stream)
Like FormulaRuntime.loadEngine(InputStream), but with full configuration options. |
static Engine |
FormulaRuntime.loadEngine(java.io.InputStream _stream)
Returns a new engine deserialized by a registered engine loader (see register()) - it
must have been saved using
SaveableEngine.saveTo(java.io.OutputStream). |
Engine |
EngineLoader.loadEngineData(java.io.InputStream _stream)
Loads an engine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||