|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.core.formula.compiler.FormulaCompiler
public class FormulaCompiler
A compiler that generates formulas from strings.
| Method Summary | |
|---|---|
Formula |
compile(Cell cell,
String source)
Compiles a formula for the given cell from the given string. |
static FormulaCompiler |
getInstance()
Returns the singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FormulaCompiler getInstance()
public Formula compile(Cell cell,
String source)
throws FormulaCompilationException
cell - the cell for which a formula is to be generatedsource - a string representing the formula to be compiled
FormulaCompilationException - if the formula could not be compiled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||