home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / OpenStepConversion / UtilityScripts / topsscripts / findAllMethods.tops < prev    next >
Encoding:
Text File  |  1994-08-28  |  156 b   |  9 lines

  1.  
  2. -nocontext 
  3.  
  4. replace "@interface<w w1><any interface><w w2>@end" with same
  5.     within ("<interface>"){
  6.     -find "- <b method>;"
  7.     -find "+ <b method>;"
  8.     }
  9.