class compilerJs::JsIntLiteralExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsIntLiteralExpr

Source

JsIntLiteralExpr

make

new make(JsCompilerSupport s, LiteralExpr x)

Source

val

Int val

Source

write

virtual override Void write(JsWriter out)

Source