toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.parser.nodes
/
ShasPCode
Shas
PCode
open
class
ShasPCode
(
val
children
:
Array
<
ShasPStatement
>
)
:
ShasPStatement
(
source
)
Members
Constructors
Shas
PCode
Link copied to clipboard
constructor
(
children
:
Array
<
ShasPStatement
>
)
Properties
children
Link copied to clipboard
val
children
:
Array
<
ShasPStatement
>
Functions
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