BinaryExprType

sealed abstract class BinaryExprType(val symbol: String)
class Object
trait Matchable
class Any
object Add.type
object Divide.type
object Modulus.type
object Multiply.type
object Subtract.type

Value members

Concrete fields

val symbol: String