Class AbstractBinaryOperator

All Implemented Interfaces:
AnalysisResult, Evaluator, Expression
Direct Known Subclasses:
AbstractBinaryFullCircuitOperator, AbstractShortCircuitBinaryOperator, JavaObjectFieldAccessOperator

public abstract class AbstractBinaryOperator extends AbstractOperator
  • Constructor Details

    • AbstractBinaryOperator

      public AbstractBinaryOperator()
  • Method Details

    • getLeftOperand

      public Expression getLeftOperand()
    • setLeftOperand

      public void setLeftOperand(Expression leftOperand)
    • getRightOperand

      public Expression getRightOperand()
    • setRightOperand

      public void setRightOperand(Expression rightOperand)