ShasPCharLiteral

open class ShasPCharLiteral(val value: Char) : ShasPValuedNode(source)

Constructors

Link copied to clipboard
constructor(value: Char)

Properties

Link copied to clipboard
val value: Char

Functions

Link copied to clipboard
open override fun toJson(): Map<String, Any>
Link copied to clipboard
open fun toJsonString(): String
open fun toJsonString(indent: Int): String