Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
need_inc.java | 2020-05-11 | 32.1 kB | |
readme.txt | 2020-05-11 | 854 Bytes | |
Totals: 2 Items | 33.0 kB | 0 |
From: bobl@conceptsdyn.com (Bob Leurck) Newsgroups: comp.databases.informix Subject: Java for 3.0 Includes Date: Wed, 23 Jul 1997 21:40:06 GMT Below is a java program that determines if your 4GL program requires an include file from your own libraries. It is useful as an educational program . We are using it to port from 3.11 to 95 . The basic design is to build lists of functions by library, as well as the locally defined functions in the project and finally a list of symbols used in the program. The symbol list is compared to each library function list and if a function from the library is used and not locally overriden , then the libray is added to the programs include list. The program uses, File, StingTokenizer, and Hashtable classes as well as the regular expression libraries of Steve Brandt http://www.win.net/~stevesoft/pat .