Fan

 

class

compiler::LoadPod

sys::Obj
  compiler::CompilerSupport
    compiler::CompilerStep
      compiler::LoadPod

LoadPod is used to immediately load the pod which has just been successfully compiled into Compiler.fpod. This step is only used with script compiles.

Slots

loadSource

Pod load()

Run the step and return loaded Pod instance

makeSource

new make(Compiler compiler)

Constructor takes the associated Compiler

runSource

override Void run()

Overrides compiler::CompilerStep.run

Not used, use load instead