SmallSense__MethodPO.st
changeset 234 97857872ee47
parent 233 fb33bd6466a4
child 249 8bc64027b189
child 343 b3d22e8c0a05
--- a/SmallSense__MethodPO.st	Thu May 22 16:15:30 2014 +0100
+++ b/SmallSense__MethodPO.st	Fri May 23 12:58:31 2014 +0100
@@ -10,15 +10,11 @@
 !
 
 
-!MethodPO class methodsFor:'Instance creation'!
-
-
-
- !
-
 !MethodPO methodsFor:'accessing'!
 
-
+classes
+    ^ classes
+!
 
 cursorColumnAfterComplete
 
@@ -73,6 +69,10 @@
     "Modified: / 20-05-2014 / 10:28:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+selector
+    ^ selector
+!
+
 stringToCompleteForLanguage: language
     | someClass |
 
@@ -104,12 +104,6 @@
     "Modified: / 20-05-2014 / 10:29:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!MethodPO methodsFor:'displaying'!
-
-
-
- !
-
 !MethodPO methodsFor:'initialization'!
 
 initializeWithClass: aClass selector: aSymbol