JsInteger

class JsInteger(val value: Int) : JsValue(source)

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
open override val needsParens: Boolean
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun generate(indentAmount: Int, indent: String): String
Link copied to clipboard
open fun generateValue(indentAmount: Int = 0, indent: String = " "): String
Link copied to clipboard
Link copied to clipboard
open fun toValue(): JsValue