enum class compiler::CompilerInputMode

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

@Serializable { simple=true }

Source

Input source from the file system

file

const static CompilerInputMode file := ...

Source

fromStr

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

Source

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

str

const static CompilerInputMode str := ...

Source

vals

const static CompilerInputMode[] vals := ...

Source

List of CompilerInputMode values indexed by ordinal