logo

const final enum

compiler::CompilerOutputMode

sys::Obj
  sys::Enum
    compiler::CompilerOutputMode

Input source from the file system

Slots

fromStr

static CompilerOutputMode fromStr(Str name, Bool checked := true)

Return the CompilerOutputMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

podFile

static CompilerOutputMode podFile

transientPod

static CompilerOutputMode transientPod

values

static CompilerOutputMode[] values

List of CompilerOutputMode values indexed by ordinal