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