class compilerJs::JsCondExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsCondExpr

Source

JsCondExpr

make

new make(JsCompilerSupport s, CondExpr ce)

Source

operands

JsExpr[] operands

Source

symbol

Str symbol

Source

write

virtual override Void write(JsWriter out)

Source