public class ExpressionParseTree extends Object
Constructor and Description |
---|
ExpressionParseTree(String expr,
SSIMediator ssiMediator)
Creates a new parse tree for the specified expression.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateTree()
Evaluates the tree and returns true or false.
|
public ExpressionParseTree(String expr, SSIMediator ssiMediator) throws ParseException
ParseException
Copyright © 2021. All rights reserved.