toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.parser.nodes
/
ShasPType
/
ShasPArrayType
Shas
PArray
Type
class
ShasPArrayType
(
val
name
:
String
,
val
byteSize
:
Int
,
val
subType
:
ShasPType
,
val
size
:
ShasPValuedNode
?
=
null
)
:
ShasPType
(
source
)
Members
Constructors
Shas
PArray
Type
Link copied to clipboard
constructor
(
name
:
String
,
byteSize
:
Int
,
subType
:
ShasPType
,
size
:
ShasPValuedNode
?
=
null
)
Properties
byte
Size
Link copied to clipboard
val
byteSize
:
Int
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
ShasPValuedNode
?
=
null
sub
Type
Link copied to clipboard
val
subType
:
ShasPType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
Map
<
String
,
Any
?
>
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
open
fun
toJsonString
(
indent
:
Int
)
:
String