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, setRightOperand
protected abstract RightValue evaluateOn(ExtendedInterpreter extendedInterpreter, RightValue leftOperand, Expression rightOperand) throws ExecutionException
ExecutionException
public RightValue evaluate(ExtendedInterpreter extendedInterpreter) throws ExecutionException
ExecutionException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.