public class ExprCalc extends Object
| Constructor and Description |
|---|
ExprCalc(String input)
Constructor of ExrpCalc
|
| Modifier and Type | Method and Description |
|---|---|
double |
getResult()
Returns the calculated value of the expression
|
public ExprCalc(String input)
input - a String representing the expressionMMBase2 Utils 2.0.0 - 2019-08-08T23:20