Next: , Previous: , Up: Symbol   [Index]


1.159.9 Symbol: storing

displayOn: aStream

Print a represention of the receiver on aStream. For most objects this is simply its #printOn: representation, but for strings and characters, superfluous dollars or extra pairs of quotes are stripped.

displayString

Answer a String representing the receiver. For most objects this is simply its #printString, but for strings and characters, superfluous dollars or extra pair of quotes are stripped.

printOn: aStream

Print a represention of the receiver on aStream.

storeLiteralOn: aStream

Print Smalltalk code on aStream that compiles to the same symbol as the receiver.

storeOn: aStream

Print Smalltalk code on aStream that compiles to the same symbol as the receiver.