class
compilerJs::JsBinaryExpr
sys::Obj compilerJs::JsNode compilerJs::JsExpr compilerJs::JsBinaryExpr
JsBinaryExpr
Slots
- lhsSource
-
JsExpr lhs
- makeSource
-
new make(CompilerSupport s, BinaryExpr x)
- rhsSource
-
JsExpr rhs
- symbolSource
-
Str symbol
- writeSource
-
override Void write(JsWriter out)
Overrides compilerJs::JsNode.write
Doc inherited from compilerJs::JsNode.write
Write the JavaScript source code for this node.