Class.st
changeset 895 c3bb8e614ee3
parent 894 138c21732ab9
child 896 0226558f4b6c
equal deleted inserted replaced
894:138c21732ab9 895:c3bb8e614ee3
  1957 binaryFileOut
  1957 binaryFileOut
  1958     "create a file 'class.cls' consisting of all methods in myself
  1958     "create a file 'class.cls' consisting of all methods in myself
  1959      in a portable binary format. The methods source is saved by reference
  1959      in a portable binary format. The methods source is saved by reference
  1960      to the classes sourceFile if there is any.
  1960      to the classes sourceFile if there is any.
  1961      That sourcefile needs to be present after reload in order to be
  1961      That sourcefile needs to be present after reload in order to be
  1962      browsable.".
  1962      browsable."
  1963 
  1963 
  1964     self binaryFileOutWithSourceMode:#reference
  1964     self binaryFileOutWithSourceMode:#reference
  1965 !
  1965 !
  1966 
  1966 
  1967 binaryFileOutWithSourceMode:sourceMode
  1967 binaryFileOutWithSourceMode:sourceMode
  3720 ! !
  3720 ! !
  3721 
  3721 
  3722 !Class class methodsFor:'documentation'!
  3722 !Class class methodsFor:'documentation'!
  3723 
  3723 
  3724 version
  3724 version
  3725     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.123 1996-01-24 20:47:30 cg Exp $'
  3725     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.124 1996-01-24 20:48:38 cg Exp $'
  3726 ! !
  3726 ! !
  3727 Class initialize!
  3727 Class initialize!