ShasPArrayType

class ShasPArrayType(val name: String, val byteSize: Int, val subType: ShasPType, val size: ShasPValuedNode? = null) : ShasPType(source)

Constructors

Link copied to clipboard
constructor(name: String, byteSize: Int, subType: ShasPType, size: ShasPValuedNode? = null)

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
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