class compiler::LoadPod

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

Source

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.

load

Pod load()

Source

Run the step and return loaded Pod instance

make

new make(Compiler compiler)

Source

Constructor takes the associated Compiler

run

virtual override Void run()

Source

Not used, use load instead