Fantom

 

const final enum

compiler::CompilerOutputMode

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

@Serializable { simple=true collection=false }

Input source from the file system - see CompilerOutput

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.

jsSource

const static CompilerOutputMode js

podFileSource

const static CompilerOutputMode podFile

transientPodSource

const static CompilerOutputMode transientPod

valsSource

const static CompilerOutputMode[] vals := ...

List of CompilerOutputMode values indexed by ordinal