Input source from the file system
Slots
- fromStrSource
-
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.
- podFileSource
-
static CompilerOutputMode podFile := CompilerOutputMode.make(1, "podFile")
- strSource
-
static CompilerOutputMode str := CompilerOutputMode.make(2, "str")
- transientPodSource
-
static CompilerOutputMode transientPod := ...
- valuesSource
-
static CompilerOutputMode[] values := ...
List of CompilerOutputMode values indexed by ordinal