home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / chapm20.zip / ChapSysE.cha < prev    next >
Text File  |  1995-06-22  |  2KB  |  65 lines

  1. CHAPMAN
  2. Version: 2.0
  3. Name: 'ChapMan System Extensions'
  4. Time: '22.06.95 21.19.06'
  5.  
  6. OrganizationOnly: false
  7.  
  8. SubapplicationNames...: 'ChapMan Kernel' . 
  9. SubapplicationFilenames...: ChapKrnl . 
  10.  
  11. ExtraSymbols...: . 
  12.  
  13. FileName: ChapSysE
  14.  
  15. Comments: 
  16.     'This application contains extensions to system classes which are needed 
  17. by ChapMan and are unlikely to be reused in other applications.'
  18.  
  19. 'Init Code:' ''
  20.  
  21. 'Finalize Code:' ''
  22.  
  23. 'Class Template:' <default>
  24.  
  25. 'Method Template:' <default>
  26.  
  27. 'Method Comment Template:' <default>
  28.  
  29. Copyright: <default>
  30.  
  31. LibraryBuilderScripts...: . 
  32.  
  33. OwnedClasses...: . 
  34. RequiredClasses...: ClassReader CompiledMethod String Character 
  35.     Stream . 
  36. 'ClassReader ClassComments:' 
  37.     'A ClassReader supports Smalltalk source code reading and installation (compilation) from a stream, and writing to a stream. The source code is in ''chunk format''. A ClassReader is used for writing the entire source code of a class to a file, for reading a file to define a class, and for reading portions of a file to selectively recover methods (for example, from the change.log).
  38.  
  39. @
  40.  
  41. .class : Contains the class to be worked on by the ClassReader.'
  42.  
  43. 'ClassReader Methods...:' fileInFromWithAbort: . 
  44.  
  45. 'ClassReader class Methods...:' . 
  46.  
  47. 'CompiledMethod Methods...:' messagesNotIn: 
  48.     messagesWithoutImplementors . 
  49.  
  50. 'CompiledMethod class Methods...:' . 
  51.  
  52. 'String Methods...:' standardizeSeparators . 
  53.  
  54. 'String class Methods...:' . 
  55.  
  56. 'Character Methods...:' isBinarySelectorCharacter 
  57.     isSelectorCharacter . 
  58.  
  59. 'Character class Methods...:' . 
  60.  
  61. 'Stream Methods...:' fileInWithAbort nextPutString: 
  62.     nextPutStringArray: nextSeparatedWord nextString nextStringArray . 
  63.  
  64. 'Stream class Methods...:' . 
  65.