class compiler::FType
sys::Obj compiler::FType : compiler::CType
FType is the read/write fcode representation of sys::Type.
- attr
- base
-
virtual override CType? base
- doc
-
virtual override CDoc? doc()
- facet
- fattrs
-
FAttr[]? fattrs
- fbase
-
Int fbase
- ffacets
-
FFacet[]? ffacets
- ffields
-
FField[]? ffields
- flags
-
virtual override Int flags
- fmethods
-
FMethod[]? fmethods
- fmixins
-
Int[]? fmixins
- fpod
-
FPod fpod
- hollow
-
Bool hollow := true
- isGeneric
-
virtual override Bool isGeneric()
- isGenericParameter
-
virtual override Bool isGenericParameter()
- isNullable
-
virtual override Bool isNullable()
- isParameterized
-
virtual override Bool isParameterized()
- isVal
-
virtual override Bool isVal()
- make
-
new make(FPod fpod)
- mixins
-
virtual override CType[] mixins()
- name
-
virtual override Str name()
- ns
-
virtual override CNamespace ns()
- operators
-
virtual override COperators operators()
- pod
-
virtual override FPod pod()
- qname
-
virtual override Str qname()
- read
-
Void read()
- readMeta
- self
-
Int self
- signature
-
virtual override Str signature()
- slots
- toListOf
-
virtual override CType toListOf()
- toNullable
-
virtual override CType toNullable()
- uri
-
Uri uri()
- write
-
Void write()
- writeMeta