mixin compiler::CNode

compiler::CNode

Source

CNode represents a compile node as base type for CType and CSlot

doc

abstract CDoc? doc()

Source

Fandoc API docs if available

facet

abstract CFacet? facet(Str qname)

Source

Get the facet keyed by given type, or null if not defined.

hasFacet

Bool hasFacet(Str qname)

Source

Return if the given facet is defined.

isNoDoc

Bool isNoDoc()

Source

Return if type has NoDoc facet

ns

abstract CNamespace ns()

Source

Associated namespace for this type representation