logo
class

compiler::CompilationUnit

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

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

Slots

importedTypes

Str:CType[] importedTypes

make

new make(Location location, CPod pod)

pod

CPod pod

print

virtual Void print(AstWriter out)

toStr

virtual Str toStr()

tokens

TokenVal[] tokens

types

TypeDef[] types

usings

Using[] usings