ShasPVariableDeclaration

open class ShasPVariableDeclaration(val name: String, val type: ShasPType, val value: ShasPValuedNode? = null) : ShasPProgChild, ShasPStatement(source)

Constructors

Link copied to clipboard
constructor(name: String, type: ShasPType, value: ShasPValuedNode? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: ShasPValuedNode? = null

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