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. |
attr kind : PATH_KINDS ; |
---|
attr length : CARD ; |
---|
attr start : CARD ; |
---|
attr kind : PATH_KINDS ; |
---|
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. |
attr length : CARD ; |
---|
attr start : CARD ; |
---|