class compiler::CompilationUnit

sys::Obj
  compiler::Node
    compiler::CompilationUnit

Source

CompilationUnit models the top level compilation unit of a source file.

importedTypes

[Str:CType[]]? importedTypes

Source

make

new make(Loc loc, CPod pod)

Source

pod

CPod pod

Source

print

virtual override Void print(AstWriter out)

Source

toStr

virtual override Str toStr()

Source

tokens

TokenVal[]? tokens

Source

types

TypeDef[] types

Source

usings

Using[] usings

Source