JsType
Slots
- baseSource
-
JsTypeRef base
- copyMixinSource
- fieldsSource
-
JsField[] fields
- findPeerSource
-
static JsTypeRef? findPeer(JsCompilerSupport cs, CType def)
- flagsSource
-
Int flags
- hasNativesSource
-
Bool hasNatives
- instanceInitSource
-
JsBlock? instanceInit
- isMixinSource
-
Bool isMixin
- isNativeSource
-
Bool isNative
- isSyntheticSource
-
Bool isSynthetic
- makeSource
-
new make(JsCompilerSupport s, TypeDef def)
- methodsSource
-
JsMethod[] methods
- mixinsSource
-
JsTypeRef[] mixins
- nameSource
-
Str name
- overridesSource
- peerSource
-
JsTypeRef? peer
- podSource
-
Str pod
- qnameSource
-
Str qname
- sigSource
-
Str sig
- staticInitSource
-
Str? staticInit
- toStrSource
-
override Str toStr()
Overrides sys::Obj.toStr
Doc inherited from sys::Obj.toStr
Return a string representation of this object.
- writeSource
-
override Void write(JsWriter out)
Overrides compilerJs::JsNode.write
Doc inherited from compilerJs::JsNode.write
Write the JavaScript source code for this node.
- writeStaticSource