logo
const class

compiler::CompilerInputMode

sys::Obj
  sys::Enum
    compiler::CompilerInputMode

Input source from the file system

Slots

file

static const CompilerInputMode file

fromStr

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

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

str

static const CompilerInputMode str

values

static const CompilerInputMode[] values

List of CompilerInputMode values indexed by ordinal