enum classafPlastic::PlasticVisibility

sys::Obj
  sys::Enum
    afPlastic::PlasticVisibility

@Serializable { simple=true }

A list of Fantom visibilities.

fromSlot

Source

static PlasticVisibility fromSlot(Slot slot)

Returns the visibility of the given field / method.

fromStr

Source

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

Source

const Str keyword

The keyword to be used in Fantom source code.

vals

Source

const static PlasticVisibility[] vals := ...

List of PlasticVisibility values indexed by ordinal

visInternal

Source

const static PlasticVisibility visInternal := ...

Internal scope.

visPrivate

Source

const static PlasticVisibility visPrivate := ...

Private scope.

visProtected

Source

const static PlasticVisibility visProtected := ...

Protected scope.

visPublic

Source

const static PlasticVisibility visPublic := ...

Public scope.