Next:
FileStream
, Previous:
FilePath
, Up:
Base classes
1.75 FileSegment
Defined in namespace Smalltalk
Superclass: Object
Category: Language-Implementation
My instances represent sections of files. I am primarily used by the compiler to record source code locations. I am not a part of the normal Smalltalk-80 kernel; I am specific to the GNU Smalltalk implementation.
FileSegment class-basic
: (class)
FileSegment class-installing
: (class)
FileSegment-basic
: (instance)
FileSegment-equality
: (instance)
FileSegment-printing
: (instance)