
public class ExpressionEvaluator extends Object
| Constructor and Description |
|---|
ExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
static JValueLiteral |
evalBinOp(JBinaryOperation x,
JValueLiteral lhs,
JValueLiteral rhs) |
static JValueLiteral |
evaluate(JExpression expression,
ConstantsAssumption assumptions) |
public static JValueLiteral evalBinOp(JBinaryOperation x, JValueLiteral lhs, JValueLiteral rhs)
public static JValueLiteral evaluate(JExpression expression, ConstantsAssumption assumptions)
Copyright © 2018. All rights reserved.