[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

VSE ActionSequence


In VSE ActionSequence is Array subclass while in S8 ActionSequence is Object subclass with an instance variable being an array

Important

Instance methods
asActionSequenceVSES8Compatible

asArrayVSES8Compatible

asMinimalRepresentationVSE
   RECOMENDATION: In order to comtabilize is is possible to define #asMinimalRepresentation on S8 side, as follows:
! ActionSequence methodsFor: #converting-VSECompat
asMinimalRepresentation
   "Answer the minimal representation of the receiver."
    ^self reduced! !

evaluateVSES8Compatible

evaluateWithArguments:VSES8Compatible

Secondary

Class methods
fromCollection:VSE

Instance methods
evaluateWithSelector:withArguments:VSE
printOn:VSE