class compilerJs::JsTypeRef

sys::Obj
  compilerJs::JsNode
    compilerJs::JsTypeRef

Source

JsTypeRef

isForeign

Bool isForeign

Source

isFunc

Bool isFunc

Source

isList

Bool isList

Source

isMap

Bool isMap

Source

isNullable

Bool isNullable

Source

isSynthetic

Bool isSynthetic

Source

k

JsTypeRef? k

Source

make

static new make(JsCompilerSupport cs, CType ref, Loc loc)

Source

name

Str name

Source

pod

Str pod

Source

qname

Str qname

Source

sig

Str sig

Source

slots

JsSlotRef[] slots

Source

toStr

virtual override Str toStr()

Source

v

JsTypeRef? v

Source

write

virtual override Void write(JsWriter out)

Source