BinaryOp

case class BinaryOp(offset: Int, lhs: Expr, op: Op, rhs: Expr) extends Expr
Companion:
object
Source:
binaryops.scala
trait Product
trait Equals
trait Expr
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product