mixin compiler::CNode
compiler::CNode
CNode represents a compile node as base type for CType and CSlot
- doc
-
abstract CDoc? doc()
Fandoc API docs if available
- facet
-
abstract CFacet? facet(Str qname)
Get the facet keyed by given type, or null if not defined.
- hasFacet
-
Return if the given facet is defined.
- isNoDoc
-
Bool isNoDoc()
Return if type has NoDoc facet
- ns
-
abstract CNamespace ns()
Associated namespace for this type representation