From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0c572c66918d29d,start X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,e0c572c66918d29d,start X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,e0c572c66918d29d,start X-Google-Attributes: gid109fba,public X-Google-Thread: 10a146,e0c572c66918d29d,start X-Google-Attributes: gid10a146,public X-Google-Thread: f5e83,e0c572c66918d29d,start X-Google-Attributes: gidf5e83,public X-Google-Thread: 107d55,e0c572c66918d29d,start X-Google-Attributes: gid107d55,public From: Lab User Subject: Identifying language constructs Date: 2000/02/04 Message-ID: <389BA0DC.F1FD7C73@uah.edu>#1/1 X-Deja-AN: 581797729 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@news.uah.edu X-Trace: info2.uah.edu 949723653 7273 146.229.28.12 (5 Feb 2000 04:07:33 GMT) Organization: The University of Alabama in Huntsville Mime-Version: 1.0 NNTP-Posting-Date: 5 Feb 2000 04:07:33 GMT Newsgroups: comp.lang.c++,comp.lang.java.programmer,comp.lang.java.softwaretools,comp.lang.java.tech,comp.lang.c,comp.lang.ada Date: 2000-02-05T04:07:33+00:00 List-Id: Hi I need a way to programically recognise basic construct of the following languages: Ada, C, C++, Java. I need to recognise comments statements, declarations, assignments, function calls, other operations, class declarations, list of inherited methods for the class, list of newly defined methods, correctly recognise if a class is defined inside other class, etc. Any suggestion how to do it? Any ideas for any of the listed (or other) languages ? Thanks a lot