Class SubtractionOperator

All Implemented Interfaces:
Validatable

public final class SubtractionOperator extends BinaryOperator
  • Constructor Details

    • SubtractionOperator

      public SubtractionOperator(int index, ArrayList<String> scan)
      Creates an object of class SubtractionOperator
      Parameters:
      index - the index of this object in its parent Function object's scanner.
      scan - the Function object in which this SubtractionOperator exists.