classafPlastic::PlasticMethodModel
sys::Obj afPlastic::PlasticMethodModel
Models a Fantom method.
- body
- Str body
- facets
- PlasticFacetModel[] facets := PlasticFacetModel[,]
- isOverride
- Bool isOverride
- name
- Str name
- returnType
- Type returnType
- signature
- Str signature
- toFantomCode
- Str toFantomCode(TypeCache typeCache)- Converts the model into Fantom source code. 
- visibility
- PlasticVisibility visibility