Package parser

Class RemainderOperator

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

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

    • RemainderOperator

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