logo
const class

compiler::CompilerOutputMode

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

Input source from the file system

Slots

fromStr

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

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

podFile

static const CompilerOutputMode podFile

transientPod

static const CompilerOutputMode transientPod

values

static const CompilerOutputMode[] values

List of CompilerOutputMode values indexed by ordinal