BinExpr

es.weso.shex.values$.BinExpr
case class BinExpr(e1: ValueExpr, op: BinOp, e2: ValueExpr) extends ValueExpr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ValueExpr
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product