toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.parser.nodes
/
ShasPCast
Shas
PCast
open
class
ShasPCast
(
val
type
:
ShasPType
,
val
child
:
ShasPValuedNode
)
:
ShasPValuedNode
(
source
)
Members
Constructors
Shas
PCast
Link copied to clipboard
constructor
(
type
:
ShasPType
,
child
:
ShasPValuedNode
)
Properties
child
Link copied to clipboard
val
child
:
ShasPValuedNode
type
Link copied to clipboard
val
type
:
ShasPType
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