class compilerJs::JsBinaryExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsBinaryExpr

Source

JsBinaryExpr

isAssign

Bool isAssign

Source

leave

Bool leave

Source

lhs

JsExpr lhs

Source

make

new make(JsCompilerSupport s, BinaryExpr x)

Source

rhs

JsExpr rhs

Source

symbol

Str symbol

Source

write

virtual override Void write(JsWriter out)

Source

x

BinaryExpr x

Source