Fantom

 

class

compilerJs::JsShortcutExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsCallExpr
        compilerJs::JsShortcutExpr

JsShortcutExpr

Slots

assignTargetSource

JsExpr? assignTarget

doWriteSource

Void doWrite(JsWriter out)

isAssignSource

Bool isAssign

isPostfixLeaveSource

Bool isPostfixLeave

makeSource

new make(CompilerSupport s, ShortcutExpr se)

symbolSource

Str symbol

writeSource

override Void write(JsWriter out)

Write the JavaScript source code for this node.