Class CoreOperationAdd


public class CoreOperationAdd extends CoreOperation
Implementation of Expression for the operation "+".
  • Constructor Details Link icon

    • CoreOperationAdd Link icon

      public CoreOperationAdd(Expression[] args)
      Constructs a new CoreOperationAdd.
      Parameters:
      args - Expression arguments to add together.
  • Method Details Link icon