public interface ExpressionCompiler
Modifier and Type | Method and Description |
---|---|
Expression |
compile(Cell cell,
String source)
Compiles an expression from the given string.
|
char |
getStarter() |
Expression compile(Cell cell, String source) throws FormulaCompilationException
cell
- the cell for which the expression is to be compiledsource
- a string representing the expression to be compiledFormulaCompilationException
- if the expression could not be compiledchar getStarter()