public abstract class AbstractShortCircuitBinaryOperator extends AbstractBinaryOperator
| Constructor and Description |
|---|
AbstractShortCircuitBinaryOperator() |
| Modifier and Type | Method and Description |
|---|---|
RightValue |
evaluate(ExtendedInterpreter extendedInterpreter) |
protected abstract RightValue |
evaluateOn(ExtendedInterpreter extendedInterpreter,
RightValue leftOperand,
Expression rightOperand) |
getLeftOperand, getRightOperand, setLeftOperand, setRightOperandprotected abstract RightValue evaluateOn(ExtendedInterpreter extendedInterpreter, RightValue leftOperand, Expression rightOperand) throws ExecutionException
ExecutionExceptionpublic RightValue evaluate(ExtendedInterpreter extendedInterpreter) throws ExecutionException
ExecutionExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.