Fan

 

const final enum

compiler::CompilerInputMode

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

@simple

Input source from the file system

Slots

fileSource

static CompilerInputMode file := CompilerInputMode.make(0, "file")

fromStrSource

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

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

strSource

static CompilerInputMode str := CompilerInputMode.make(1, "str")

valuesSource

static CompilerInputMode[] values := ...

List of CompilerInputMode values indexed by ordinal