Fantom

 

class compilerJs::JsBinaryExpr

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

Source

JsBinaryExpr

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