class PATH_COMP
****

________This_class_defines_the_properties_of_a_file_path_component.__It_is
___solely_for_use_in_the_implementation_of_the_FILE_PATH_class.


Flattened version is here



Public


Readable Attributes
attr kind : PATH_KINDS ;
attr length : CARD ;
attr start : CARD ;

Writable Attributes
attr kind : PATH_KINDS ;

Features
copy : SAME
****
________This_routine_returns_a_copy_of_self.
create(sort : PATH_KINDS,start_idx : CARD,lgth : CARD) : SAME
****
________This_routine_creates_a_path_component_descriptor_for_use_in_the
___FILE_PATH_class.


Private

attr length : CARD ;
attr start : CARD ;

The Sather Home Page