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

Source

make

new make(Location location, CPod pod)

Source

pod

CPod pod

Source

print

override Void print(AstWriter out)

Pretty print this node and it's descendants.

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

tokens

TokenVal[] tokens

Source

types

TypeDef[] types

Source

usings

Using[] usings

Source