class compilerJs::JsDecimalLiteralExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsDecimalLiteralExpr

Source

JsDecimalLiteralExpr

make

new make(JsCompilerSupport s, LiteralExpr x)

Source

val

Decimal val

Source

write

virtual override Void write(JsWriter out)

Source