Package calculator.operations
package calculator.operations
-
ClassesClassDescriptionThis class represents the arithmetic division operation "/".This class represents the arithmetic operation "-".Operation is an abstract class that represents arithmetic operations, which are a special kind of Expressions, just like numbers are.This class represents the arithmetic sum operation "+".This class represents the arithmetic multiplication operation "*".