extensions.st
changeset 77 c41da8255d91
parent 57 6135e11e1c07
child 119 12d083bd1fe0
equal deleted inserted replaced
76:4caa8b4f31d1 77:c41da8255d91
     2 !
     2 !
     3 
     3 
     4 !Behavior methodsFor:'Camp Smalltalk'!
     4 !Behavior methodsFor:'Camp Smalltalk'!
     5 
     5 
     6 sunitAllSelectors
     6 sunitAllSelectors
     7         ^self allSelectors asSortedCollection asOrderedCollection
     7 	^self allSelectors asSortedCollection asOrderedCollection
     8 ! !
     8 ! !
     9 
     9 
    10 !Behavior methodsFor:'Camp Smalltalk'!
    10 !Behavior methodsFor:'Camp Smalltalk'!
    11 
    11 
    12 sunitSelectors
    12 sunitSelectors
    13 	^self selectors asSortedCollection asOrderedCollection
    13 	^self selectors asSortedCollection asOrderedCollection
    14 
    14 
    15     "Created: / 20.6.2000 / 11:54:54 / Sames"
    15     "Created: / 20.6.2000 / 11:54:54 / Sames"
    16 ! !
    16 ! !
    17 
    17 
       
    18 !Exception methodsFor:'Camp Smalltalk'!
       
    19 
       
    20 sunitExitWith:aValue
       
    21 	^ self return:aValue
       
    22 
       
    23     "Created: / 20.6.2000 / 18:22:33 / Sames"
       
    24 ! !
       
    25 
    18 !Symbol methodsFor:'Camp Smalltalk'!
    26 !Symbol methodsFor:'Camp Smalltalk'!
    19 
    27 
    20 sunitAsClass
    28 sunitAsClass
    21 	^SUnitNameResolver classNamed: self
    29 	^SUnitNameResolver classNamed: self
    22 
    30