
PodDef models the pod being compiled.
Slots
- make
-
new make(CNamespace ns, Location location, Str name)
- name
-
override readonly Str name
- ns
-
override readonly CNamespace ns
-
override Void print(AstWriter out)
Pretty print this node and it's descendants.
- resolveType
- toStr
-
override Str toStr()
Return a string representation of this object.
- typeDefs
- types
-
override CType[] types()
- units
-
CompilationUnit[] units
- version
-
override Version version()