public class ExpressionParser
extends java.lang.Object
Constructor and Description |
---|
ExpressionParser(java.lang.String expression) |
Modifier and Type | Method and Description |
---|---|
AbstractMathExpression |
getMathExpression()
Returns a parse tree equivalent for supplied mathematical expression
|
void |
runBracketCheck()
Determines if the braces delineating expressions are balanced and well formed.
|
public AbstractMathExpression getMathExpression()
public void runBracketCheck()