- Index
- »
- compilerEs
- »
- JsType
type
constructors
fields
hasNatives |
Does this type have any native slots directly |
---|---|
peer |
Compiler peer type if it has one |
methods
base |
Compiler base type |
---|---|
def |
Compiler TypeDef |
enumFields | |
facets |
Facets for this type |
fields |
Fields |
findPeer | |
instanceInit |
Get the instanceInit method if one is defined |
methods |
Methods (excluding instanceInit) |
mixins |
Mixins for this type |
name |
Compiler name for the type |
node | |
toStr | |
write |
Slot Details
base
def
enumFields
facets
fields
findPeer
src
static CType? findPeer(CompileEsPlugin plugin, CType def)
hasNatives
instanceInit
src
MethodDef? instanceInit()
Get the instanceInit method if one is defined
make
src
new make(CompileEsPlugin plugin, TypeDef def)