public class ExpressionParseTree
extends java.lang.Object
Constructor and Description |
---|
ExpressionParseTree(java.lang.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(java.lang.String expr, SSIMediator ssiMediator) throws java.text.ParseException
java.text.ParseException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.