logo
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

load

Pod load()

Run the step and return loaded Pod instance

make

new make(Compiler compiler)

Constructor takes the associated Compiler

run

virtual Void run()

Not used, use load instead