public abstract class ShuntingYard extends Object
ShuntingYard
abstract class provides a blueprint for ShuntingYard implementations.Constructor and Description |
---|
ShuntingYard()
No-Argument Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract double |
evaluate(String expr)
Method to evaluate an expression.
This method should act as the single point of access for the implementation. |
public abstract double evaluate(String expr)
expr
- Expression stringCopyright © 2019 Pratanu Mandal. All rights reserved.