|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.singularsys.jep.ComponentSet
com.singularsys.jep.bigdecimal.BigDecComponents
public class BigDecComponents
Field Summary |
---|
Fields inherited from class com.singularsys.jep.ComponentSet |
---|
auxComps, evaluator, funTab, nodeFac, numFac, opTab, parser, pv, varFac, varTab |
Constructor Summary | |
---|---|
BigDecComponents()
Constructs the class using the MathContext.UNLIMITED for
unlimited precision arithmetic. |
|
BigDecComponents(java.math.MathContext mc)
Contructs the class with the specific math context. |
Method Summary | |
---|---|
java.math.MathContext |
getMathContext()
|
void |
setMathContext(java.math.MathContext mc)
|
Methods inherited from class com.singularsys.jep.ComponentSet |
---|
addAuxComponent, getAuxComponents, getAuxComps, getBaseComponents, getComponents, getEvaluator, getFunctionTable, getNodeFactory, getNumberFactory, getOperatorTable, getParser, getPrintVisitor, getVariableFactory, getVariableTable, setAuxComps, setEvaluator, setFunctionTable, setNodeFactory, setNumberFactory, setOperatorTable, setParser, setPrintVisitor, setVariableFactory, setVariableTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BigDecComponents()
MathContext.UNLIMITED
for
unlimited precision arithmetic.
public BigDecComponents(java.math.MathContext mc)
mc
- the math context for the components.Method Detail |
---|
public java.math.MathContext getMathContext()
public void setMathContext(java.math.MathContext mc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |