public class Parser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EvalContext[] |
ctxRef |
| Modifier and Type | Method and Description |
|---|---|
CompiledQuery |
compile(String query) |
static void |
main(String[] args) |
protected void |
parse(String expression)
Parses the math expression (complicated formula) and stores the result
|
protected EvalContext[] ctxRef
public CompiledQuery compile(String query)
protected void parse(String expression)
expression - String input expression (math formula)ParseException - if the input expression is not
correctCopyright © 2016. All rights reserved.