logo

class

compiler::CondExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::CondExpr

CondExpr is used for || and && short-circuit boolean conditionals.

Slots

isCond

override Bool isCond()

Is this a boolean conditional (boolOr/boolAnd)

Source

make

new make(Expr first, Token opToken)

Source

opToken

Token opToken

Source

operands

Expr[] operands

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

walkChildren

override Void walkChildren(Visitor v)

Source