RelOp

abstract class RelOp extends Expr

Relational Operation

 <, >, <=, >=
class Expr
class Stat
class AST
class Object
trait Matchable
class Any
class Greater
class Less
class LessEqual

Value members

Inherited methods

def visit[S, R](s: S, v: TreeVisitor[S, R]): Either[Throwable, R]
Inherited from:
AST
def withPromoteToType(t: Option[Type]): Expr
Inherited from:
Expr

Abstract fields

val lhs: Expr
val promoteToType: Option[Type]
val rhs: Expr