OtherChange.st
author Claus Gittinger <cg@exept.de>
Wed, 02 Feb 2005 12:03:00 +0100
changeset 1416 21b4a48293cc
parent 1294 3928a6b058cf
child 1441 f14f81edd5c6
permissions -rw-r--r--
copyright
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1416
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     1
"
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     2
 COPYRIGHT (c) 2004 by eXept Software AG
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     3
              All Rights Reserved
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     4
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     5
 This software is furnished under a license and may be used
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     6
 only in accordance with the terms of that license and with the
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     8
 be provided or otherwise made available to, or used by, any
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
     9
 other person.  No title to or ownership of the software is
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    10
 hereby transferred.
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    11
"
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    12
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    13
"{ Package: 'stx:libbasic3' }"
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    14
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
Change subclass:#OtherChange
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	instanceVariableNames:'type file position'
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	classVariableNames:''
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	poolDictionaries:''
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	category:'System-Changes'
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
!
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
1416
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    22
!OtherChange class methodsFor:'documentation'!
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    23
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    24
copyright
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    25
"
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    26
 COPYRIGHT (c) 2004 by eXept Software AG
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    27
              All Rights Reserved
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    28
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    29
 This software is furnished under a license and may be used
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    30
 only in accordance with the terms of that license and with the
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    31
 inclusion of the above copyright notice.   This software may not
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    32
 be provided or otherwise made available to, or used by, any
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    33
 other person.  No title to or ownership of the software is
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    34
 hereby transferred.
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    35
"
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    36
! !
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
!OtherChange methodsFor:'accessing'!
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
file
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
    "return the value of the instance variable 'file' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    43
    ^ file
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    44
!
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
file:something
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
    "set the value of the instance variable 'file' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    49
    file := something.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    50
!
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
file:aFilename position:anInteger
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
    "set the value of the instance variable 'file' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
    file := aFilename.
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
    position := anInteger
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
!
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
position
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
    "return the value of the instance variable 'position' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    62
    ^ position
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    63
!
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
position:something
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
    "set the value of the instance variable 'position' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    68
    position := something.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    69
!
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
type
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
    "return the value of the instance variable 'type' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    74
    ^ type
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    75
!
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    77
type:something
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
    "set the value of the instance variable 'type' (automatically generated)"
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    79
1294
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    80
    type := something.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    81
! !
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    82
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    83
!OtherChange methodsFor:'printing & storing'!
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    84
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    85
printOn:aStream
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    86
    aStream nextPutAll:'OtherChange ('.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    87
    aStream nextPutAll:source.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    88
    aStream nextPutAll:')'.
3928a6b058cf printing
Claus Gittinger <cg@exept.de>
parents: 910
diff changeset
    89
! !
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
!OtherChange class methodsFor:'documentation'!
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
version
1416
21b4a48293cc copyright
Claus Gittinger <cg@exept.de>
parents: 1294
diff changeset
    94
    ^ '$Header: /cvs/stx/stx/libbasic3/OtherChange.st,v 1.3 2005-02-02 11:03:00 cg Exp $'
910
ccd7843444d2 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
! !