Expr

object Expr
Companion:
class
Source:
binaryops.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Expr.type

Type members

Classlikes

case class BinaryOp(offset: Int, lhs: Expr, op: Op, rhs: Expr) extends Expr
Companion:
object
Source:
binaryops.scala
object BinaryOp
Companion:
class
Source:
binaryops.scala

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala