LookupKey.st
changeset 4392 26fb48f04e1b
parent 1761 8a42b8a58547
child 14119 26e51066f338
child 17711 39faaaf888b4
equal deleted inserted replaced
4391:d6832c898c39 4392:26fb48f04e1b
   110 
   110 
   111     ^ self class name , '(' , key displayString , ')'
   111     ^ self class name , '(' , key displayString , ')'
   112 !
   112 !
   113 
   113 
   114 printOn:aStream
   114 printOn:aStream
   115     "return a string containing a printable representation
   115     "append a user printed representation of the receiver to aStream.
   116      of the receiver"
   116      The format is suitable for a human - not meant to be read back."
   117 
   117 
   118     key printOn:aStream.
   118     key printOn:aStream.
   119 ! !
   119 ! !
   120 
   120 
   121 !LookupKey class methodsFor:'documentation'!
   121 !LookupKey class methodsFor:'documentation'!
   122 
   122 
   123 version
   123 version
   124     ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.8 1996-10-15 22:07:04 cg Exp $'
   124     ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.9 1999-07-15 19:44:33 cg Exp $'
   125 ! !
   125 ! !