abstract class compiler::FSlot
sys::Obj compiler::FSlot : compiler::CSlot, compiler::FConst
FSlot is the read/write fcode representation of sys::Slot.
- attr
- doc
-
virtual override CDoc? doc() - facet
- fattrs
-
FAttr[]? fattrs - ffacets
-
FFacet[]? ffacets - flags
-
virtual override Int flags - fparent
-
FType fparent - make
-
new make(FType fparent) - name
-
virtual override Str name() - nameIndex
-
Int nameIndex - parent
-
virtual override CType parent() - pod
-
FPod pod() - qname
-
virtual override Str qname() - readCommon
- writeCommon