-
Notifications
You must be signed in to change notification settings - Fork 34
Developer Tools
Sean DeNigris edited this page Aug 2, 2019
·
2 revisions
For each instance-side description using a selector accessor, generate instance variables and accessors as needed.
Let's say you have:
MyObject>>#fieldDescription
^ MAStringDescription new
accessor: #field;
yourself
Evaluating MyObject instVarBoilerplateFromDescriptions
will generate on the instance-side: 1) a field
instance variable, #field
getter, and #field:
setter, as needed.
ClyTagInspectorExtensionCommand, which is available in Calypso's method pane via Extra->"Show in GT-Inspector", annotates descriptionConstructor(s) so that they appear as tabs in GT-Inspector