- All Implemented Interfaces:
- AnalysisResult, Evaluator, Expression
- Direct Known Subclasses:
- AbstractBinaryFullCircuitNumericOperator, AbstractCompareOperator
public abstract class AbstractBinaryFullCircuitOperator
extends AbstractBinaryOperator
This class is extended by the operator classes that implement an operation
that evaluates both operand. These are usually the numeric operands, as
opposed to the logical 'and' and 'or' operators that evaluate the second
operand only if the first operand is true and/or false.
- Author:
- Peter Verhas
date May 31, 2012