public abstract class AbstractCompareOperator extends AbstractBinaryFullCircuitOperator
| Constructor and Description |
|---|
AbstractCompareOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
compareJavaObjectTo(BasicJavaObjectValue f,
RightValue op) |
protected abstract Boolean |
compareTo(BasicBooleanValue s,
RightValue op) |
protected abstract Boolean |
compareTo(BasicDoubleValue d,
RightValue op) |
protected abstract Boolean |
compareTo(BasicJavaObjectValue s,
RightValue op) |
protected abstract Boolean |
compareTo(BasicLongValue l,
RightValue op) |
protected abstract Boolean |
compareTo(BasicStringValue s,
RightValue op) |
protected RightValue |
evaluateOn(RightValue leftOperand,
RightValue rightOperand) |
evaluategetLeftOperand, getRightOperand, setLeftOperand, setRightOperandprotected abstract Boolean compareTo(BasicDoubleValue d, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionprotected abstract Boolean compareTo(BasicLongValue l, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionprotected abstract Boolean compareTo(BasicStringValue s, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionprotected abstract Boolean compareTo(BasicJavaObjectValue s, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionprotected abstract Boolean compareTo(BasicBooleanValue s, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionprotected RightValue evaluateOn(RightValue leftOperand, RightValue rightOperand) throws BasicRuntimeException
evaluateOn in class AbstractBinaryFullCircuitOperatorBasicRuntimeExceptionprotected static int compareJavaObjectTo(BasicJavaObjectValue f, RightValue op) throws BasicRuntimeException
BasicRuntimeExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.