ArithmeticOp

This class represents an arithmetic operation.

class Object
trait Matchable
class Any
object ADD
object SUB
object MUL
object DIV
object REM
object NOT

Value members

Concrete methods

override def toString(): String

Returns a string representation of this operation.

Returns a string representation of this operation.

Definition Classes
Any