public class GreaterThanOrEqualsNode extends AbstractComparisonNode
Modifier and Type | Field and Description |
---|---|
static String |
SYMBOL |
leftEvaluable, rightEvaluable
left
right
BNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE
Constructor and Description |
---|
GreaterThanOrEqualsNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
compare(double x,
double y) |
boolean |
compareInts(long ix,
long iy) |
GreaterThanOrEqualsNode |
copy() |
void |
doVisit(ExpressionVisitor ev) |
int |
getPrecedence() |
AbstractBComp |
makeEvaluable(HashMap<String,Double> fixedHM) |
checkDimensions, dimop, evaluateDimensional
checkLeftRight, getDimensionality, substituteVariables, toExpression
claim, claimLeft, getSymbol, replaceChild, replaceSymbols, toString
claimRight
deparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, remove, replaceNext, replacePrevious, replaceWith, setParent, siblingsToString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toExpression
getDimensionality, substituteVariables
public static final String SYMBOL
public GreaterThanOrEqualsNode copy()
copy
in class AbstractOperatorNode
public int getPrecedence()
getPrecedence
in class AbstractOperatorNode
public boolean compare(double x, double y)
compare
in class AbstractComparisonNode
public AbstractBComp makeEvaluable(HashMap<String,Double> fixedHM) throws ContentError
ContentError
public boolean compareInts(long ix, long iy)
compareInts
in class AbstractComparisonNode
public void doVisit(ExpressionVisitor ev) throws ContentError
ContentError
Copyright © 2019. All rights reserved.