I will have a look, but I feel that we should first get the Composed Slots into 
the image
as they will change everything again.


> On 8 Sep 2019, at 09:17, ducasse <[email protected]> wrote:
> 
> Hi
> 
> I’m fixing the class definition parser and I have a question.
> 
> I’m stabilizing the API of CDSlotNode
> 
> 
> 1 ‘first' =>  LazyClassVariable default: 5. 
> 2 ’second' => InstanceVariableSlot.
> 3 ‘instVar3’
> 
> Here is a proposal 
> 
>       slotdefinition(3) name ?  variable name
>               >>> ’instVar3'
> 
>       slotDefinition(2) slotClass?
>               >>> InstanceVariableSlot
> 
>       slotDefinition(1) initializationMessage
>               >>> 'default: 5’
>               or better
>               >>> Node(default: 5) if it exist
> 
> S.
> 
> 
> 


Reply via email to