Expr

com.audienceproject.crossbow.expr.Expr

Attributes

Graph
Supertypes
trait BooleanOps
trait BaseOps
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def %(y: Expr): Expr

Attributes

Inherited from:
ArithmeticOps
def &&(y: Expr): Expr

Attributes

Inherited from:
BooleanOps
def *(y: Expr): Expr

Attributes

Inherited from:
ArithmeticOps
def +(y: Expr): Expr

Attributes

Inherited from:
ArithmeticOps
def -(y: Expr): Expr

Attributes

Inherited from:
ArithmeticOps
def /(y: Expr): Expr

Attributes

Inherited from:
ArithmeticOps
def <(y: Expr): Expr

Attributes

Inherited from:
ComparisonOps
def <=(y: Expr): Expr

Attributes

Inherited from:
ComparisonOps
def =!=(y: Expr): Expr

Attributes

Inherited from:
BaseOps
def ===(y: Expr): Expr

Attributes

Inherited from:
BaseOps
def >(y: Expr): Expr

Attributes

Inherited from:
ComparisonOps
def >=(y: Expr): Expr

Attributes

Inherited from:
ComparisonOps
def abs: Expr

Attributes

Inherited from:
ArithmeticOps
def as(name: String): Expr

Attributes

Inherited from:
BaseOps
def negate: Expr

Attributes

Inherited from:
ArithmeticOps
def not: Expr

Attributes

Inherited from:
BooleanOps
def ||(y: Expr): Expr

Attributes

Inherited from:
BooleanOps