Package parser

Class CombinationOperator

java.lang.Object
parser.Operator
parser.BinaryOperator
parser.CombinationOperator
All Implemented Interfaces:
Validatable

public final class CombinationOperator
extends BinaryOperator
Author:
GBEMIRO
  • Constructor Details

    • CombinationOperator

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