ShasPIf

open class ShasPIf(val condition: ShasPValuedNode, val then: ShasPCode, val orElse: ShasPCode? = null) : ShasPValuedStatement(source)

Constructors

Link copied to clipboard
constructor(condition: ShasPValuedNode, then: ShasPCode, orElse: ShasPCode? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val orElse: ShasPCode? = null
Link copied to clipboard

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