|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComputationMode | |
|---|---|
| org.formulacompiler.runtime | Contains the public run-time API of AFC. |
| org.formulacompiler.spreadsheet | Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. |
| Uses of ComputationMode in org.formulacompiler.runtime |
|---|
| Methods in org.formulacompiler.runtime that return ComputationMode | |
|---|---|
static ComputationMode |
ComputationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ComputationMode[] |
ComputationMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of ComputationMode in org.formulacompiler.spreadsheet |
|---|
| Fields in org.formulacompiler.spreadsheet declared as ComputationMode | |
|---|---|
ComputationMode |
SpreadsheetToEngineCompiler.Config.computationMode
Tells AFC to calculate expressions as for example Excel or OpenOffice does. |
| Methods in org.formulacompiler.spreadsheet that return ComputationMode | |
|---|---|
ComputationMode |
EngineBuilder.getComputationMode()
Returns the computation mode to be used for compiled engines. |
| Methods in org.formulacompiler.spreadsheet with parameters of type ComputationMode | |
|---|---|
void |
EngineBuilder.setComputationMode(ComputationMode _computationMode)
Tells AFC to calculate expressions as for example Excel or OpenOffice does. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||