|
|
Class: OtherChange
Object
|
+--Change
|
+--OtherChange
|
+--TimestampChange
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.4
date: 2006/01/09 09:54:33
- user: cg
- file: OtherChange.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
accessing
-
file
-
return the value of the instance variable 'file' (automatically generated)
-
file: something
-
set the value of the instance variable 'file' (automatically generated)
-
file: aFilename position: anInteger
-
set the value of the instance variable 'file' (automatically generated)
-
position
-
return the value of the instance variable 'position' (automatically generated)
-
position: something
-
set the value of the instance variable 'position' (automatically generated)
-
type
-
return the value of the instance variable 'type' (automatically generated)
-
type: something
-
set the value of the instance variable 'type' (automatically generated)
printing & storing
-
printOn: aStream
-
|