classafPlastic::PlasticFieldModel

sys::Obj
  afPlastic::PlasticFieldModel

Models a Fantom field.

addFacet

Source

PlasticFacetModel addFacet(Type type, Str:Str params := [:])

addFacetClone

Source

This addFacetClone(Facet toClone)

facets

Source

PlasticFacetModel[] facets := PlasticFacetModel[,]

getBody

Source

Str? getBody

initValue

Source

Str? initValue

isConst

Source

Bool isConst

isOverride

Source

Bool isOverride

name

Source

Str name

setBody

Source

Str? setBody

toFantomCode

Source

Str toFantomCode(TypeCache typeCache)

Converts the model into Fantom source code.

type

Source

Type type

visibility

Source

PlasticVisibility visibility

withInitValue

Source

This withInitValue(Str initValue)