class compilerJs::JsMethodParam

sys::Obj
  compilerJs::JsNode
    compilerJs::JsMethodParam

Source

JsMethodParam

defVal

JsNode? defVal

Source

hasDef

Bool hasDef

Source

make

new make(JsCompilerSupport s, CParam p)

Source

makeSelf

new makeSelf(JsCompilerSupport s)

Source

makeThis

new makeThis(JsCompilerSupport s)

Source

name

Str name

Source

paramType

JsTypeRef? paramType

Source

reflectName

Str reflectName

Source

write

virtual override Void write(JsWriter out)

Source