Class CoreOperationNegate


public class CoreOperationNegate extends CoreOperation
Implementation of Expression for the operation unary "-".
  • Constructor Details

    • CoreOperationNegate

      Constructs a new CoreOperationNegate.
      Parameters:
      arg - the Expression to negate
  • Method Details