class compilerJs::JsIfStmt

sys::Obj
  compilerJs::JsNode
    compilerJs::JsStmt
      compilerJs::JsIfStmt

Source

JsIfStmt

cond

JsExpr cond

Source

falseBlock

JsBlock? falseBlock

Source

make

new make(JsCompilerSupport s, IfStmt fs)

Source

trueBlock

JsBlock trueBlock

Source

write

virtual override Void write(JsWriter out)

Source