abstract class compilerJs::JsStmt

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

Source

JsStmt

make

new make(JsCompilerSupport s, Stmt? stmt := null)

Source

makeFor

static JsStmt makeFor(JsCompilerSupport s, Stmt stmt)

Source