class compilerJs::JsUnaryExpr

sys::Obj
  compilerJs::JsNode
    compilerJs::JsExpr
      compilerJs::JsUnaryExpr

Source

JsUnaryExpr

id

ExprId id

Source

make

new make(JsCompilerSupport s, UnaryExpr x)

Source

operand

JsExpr operand

Source

symbol

Str symbol

Source

write

virtual override Void write(JsWriter out)

Source