UnLogicOp

abstract class UnLogicOp extends Expr

Unary Logic Operation

class Expr
class Stat
class AST
class Object
trait Matchable
class Any
class Not

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 expr: Expr
val promoteToType: Option[Type]