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
Shas
PType
open
class
ShasPType
(
val
name
:
String
,
val
byteSize
:
Int
)
(
source
)
Inheritors
ShasPArrayType
Members
Constructors
Shas
PType
Link copied to clipboard
constructor
(
name
:
String
,
byteSize
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Shas
PArray
Type
Link copied to clipboard
class
ShasPArrayType
(
val
name
:
String
,
val
byteSize
:
Int
,
val
subType
:
ShasPType
,
val
size
:
ShasPValuedNode
?
=
null
)
:
ShasPType
Properties
byte
Size
Link copied to clipboard
val
byteSize
:
Int
name
Link copied to clipboard
val
name
:
String
Functions
to
Json
Link copied to clipboard
open
fun
toJson
(
)
:
Map
<
String
,
Any
?
>
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
open
fun
toJsonString
(
indent
:
Int
)
:
String