Fantom

 

class

compilerJs::JsRangeLiteralExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsRangeLiteralExpr

JsRangeLiteralExpr

Slots

endSource

JsExpr end

exclusiveSource

Bool exclusive

makeSource

new make(CompilerSupport s, RangeLiteralExpr x)

startSource

JsExpr start

writeSource

override Void write(JsWriter out)

Overrides compilerJs::JsNode.write

Doc inherited from compilerJs::JsNode.write

Write the JavaScript source code for this node.