sys::Obj compiler::Node compiler::CompilationUnit
CompilationUnit models the top level compilation unit of a source file.
Str:CType[] importedTypes
Source
new make(Location location, CPod pod)
CPod pod
override Void print(AstWriter out)
Pretty print this node and it's descendants.
override Str toStr()
Return a string representation of this object.
TokenVal[] tokens
TypeDef[] types
Using[] usings