At 12:06 PM 8/18/00 -0700, you wrote:
>Why is the purpose of the s/w below with respect to
>the working of JDE
>
>Version 0.11 (or later) of Eric Ludlam's speedbar 
>

Browsing source code. See the JDE User's Guide.

>version 1.2 (or later) of Eric's semantic bovinator.
>

This is used to parse the Java source. Various features of the JDE, e.g.,
the classes menu, need to parse the code in the current Java source buffer.
The JDE used to use regular expressions. The semantic package enables use
of a BNF grammar (see java.bnf in the JDE lisp directory) to parse your
Java code. The grammar-based parser is much faster and more accurate than
regular expressions.

- Paul
 
>Srinivas
>
>__________________________________________________
>Do You Yahoo!?
>Send instant messages & get email alerts with Yahoo! Messenger.
>http://im.yahoo.com/

------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT

When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to