enum classafPlastic::PlasticVisibility
sys::Obj sys::Enum afPlastic::PlasticVisibility
@Serializable { simple=true }
A list of Fantom visibilities.
- fromSlot
static PlasticVisibility fromSlot(Slot slot)Returns the visibility of the given field / method.
- fromStr
static new fromStr(Str name, Bool checked := true)Return the PlasticVisibility instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- keyword
const Str keywordThe keyword to be used in Fantom source code.
- vals
const static PlasticVisibility[] vals := ...List of PlasticVisibility values indexed by ordinal
- visInternal
const static PlasticVisibility visInternal := ...Internal scope.
- visPrivate
const static PlasticVisibility visPrivate := ...Private scope.
- visProtected
const static PlasticVisibility visProtected := ...Protected scope.
- visPublic
const static PlasticVisibility visPublic := ...Public scope.