Class CoreOperationNegate


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

    • CoreOperationNegate Link icon

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