ArithmeticOp

dotty.tools.backend.jvm.Primitives$.ArithmeticOp

This class represents an arithmetic operation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ADD.type
object DIV.type
object MUL.type
object NOT.type
object REM.type
object SUB.type

Members list

Concise view

Value members

Concrete methods

override def toString(): String

Returns a string representation of this operation.

Returns a string representation of this operation.

Attributes

Definition Classes
Any