public abstract class AbstractExpression extends Object implements Expression
MathContext field.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExpression(MathContext mathContext)
Create a new abstract expression
|
| Modifier and Type | Method and Description |
|---|---|
MathContext |
getMathContext()
Can return the default math context to use during evaluation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, evaluate, isConstant, simplifyprotected AbstractExpression(MathContext mathContext)
mathContext - the math context. Cannot be null.public final MathContext getMathContext()
ExpressiongetMathContext in interface ExpressionCopyright © 2019. All rights reserved.