logo

class

compiler::WritePod

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::WritePod

WritePod writes the FPod to a zip file.

Slots

make

new make(Compiler compiler)

Source

run

override Void run()

Not used, use write instead

Source

write

File write()

Run the step and return pod file written

Source