public interface FormulaCompiler
Modifier and Type | Method and Description |
---|---|
byte[] |
compile(String formula) |
String |
decompile(byte[] compiledFormula) |
static FormulaCompiler |
get() |
static FormulaCompiler get()
byte[] compile(String formula) throws FormulaCompilationException
FormulaCompilationException
String decompile(byte[] compiledFormula)
Copyright © 2019–2021 HCL. All rights reserved.