public abstract class AbstractFloatOperatorNode extends AbstractOperatorNode
| Modifier and Type | Field and Description |
|---|---|
protected DoubleParseTreeNode |
leftEvaluable |
protected DoubleParseTreeNode |
rightEvaluable |
leftrightBNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE| Constructor and Description |
|---|
AbstractFloatOperatorNode(String s) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkLeftRight() |
abstract Dimensional |
dimop(Dimensional dl,
Dimensional dr) |
Dimensional |
evaluateDimensional(HashMap<String,Dimensional> dimHM) |
Dimensional |
getDimensionality(HashMap<String,Dimensional> dimHM) |
void |
substituteVariables(HashMap<String,String> varHM) |
String |
toExpression() |
claim, claimLeft, copy, getPrecedence, getSymbol, replaceChild, replaceSymbols, toStringclaimRightdeparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, remove, replaceNext, replacePrevious, replaceWith, setParent, siblingsToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdoVisitprotected DoubleParseTreeNode leftEvaluable
protected DoubleParseTreeNode rightEvaluable
public AbstractFloatOperatorNode(String s)
protected void checkLeftRight()
throws ContentError
ContentErrorpublic Dimensional getDimensionality(HashMap<String,Dimensional> dimHM) throws ContentError
ContentErrorpublic Dimensional evaluateDimensional(HashMap<String,Dimensional> dimHM) throws ContentError
ContentErrorpublic abstract Dimensional dimop(Dimensional dl, Dimensional dr) throws ContentError
ContentErrorpublic void substituteVariables(HashMap<String,String> varHM) throws ContentError
ContentErrorpublic String toExpression() throws ContentError
ContentErrorCopyright © 2019. All rights reserved.