Fantom

 

class

compilerJs::JsSwitchStmt

sys::Obj
  compilerJs::JsNode
    compilerJs::JsStmt
      compilerJs::JsSwitchStmt

JsSwitchStmt

Slots

casesSource

JsCase[] cases

condSource

JsExpr cond

defBlockSource

JsBlock? defBlock

makeSource

new make(CompilerSupport s, SwitchStmt ss)

writeSource

override Void write(JsWriter out)

Overrides compilerJs::JsNode.write

Doc inherited from compilerJs::JsNode.write

Write the JavaScript source code for this node.