toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.jsgenerator
/
com.shakelang.shake.js.output
/
JsDivide
Js
Divide
class
JsDivide
(
val
left
:
JsValue
,
val
right
:
JsValue
)
:
JsValue
(
source
)
Members
Constructors
Js
Divide
Link copied to clipboard
constructor
(
left
:
JsValue
,
right
:
JsValue
)
Properties
left
Link copied to clipboard
val
left
:
JsValue
needs
Parens
Link copied to clipboard
open
override
val
needsParens
:
Boolean
right
Link copied to clipboard
val
right
:
JsValue
Functions
generate
Link copied to clipboard
open
override
fun
generate
(
indentAmount
:
Int
,
indent
:
String
)
:
String
generate
Value
Link copied to clipboard
open
fun
generateValue
(
indentAmount
:
Int
=
0
,
indent
:
String
=
" "
)
:
String
to
Statement
Link copied to clipboard
open
fun
toStatement
(
)
:
JsStatement
?
to
Value
Link copied to clipboard
open
fun
toValue
(
)
:
JsValue