[757] in java-interest

home help back first fref pref prev next nref lref last post

any 'tags' like javadoc capability?

daemon@ATHENA.MIT.EDU (Ian S Eslick)
Tue Jul 18 21:04:54 1995

From: beethovn@ai.mit.edu (Ian S Eslick)
Date: Tue, 18 Jul 95 18:00:03 EDT
To: scott@plato.ds.boeing.com
Cc: java-interest@java.Eng.Sun.COM


> Is there a parser of java code that will product an HTML page
> with all the class references converted to hypertext (ala ctags)?
> (Some kind of extension of javadoc ?)

We're working on a system which parses Java and represents it's
linkage information in a database.  We then serve hypertext (or
hypercode if you will) which has all the desired features -
call/callee links, etc.  It will look somewhat similar to the javadoc
output, but with all the source code there.

This is part of a software development/evolution scheme we're working
on.  Java was convenient to use (easy to parse, fun to write, etc :).
If you are interested in helping build a static hypertext generation
program, let us know.

BTW - the parser is based on Sun's Java compiler (javac) which is
written in Java.

We should have a demo product up and running in the next few weeks and
you'll be able to find it from:
http://www.ai.mit.edu/projects/transit/rc_home_page.html

> -- What language is java implemented in? I know hotjava is written
> in java, and the parsers of HTML are available, but could we
> get a java parser in java?

I think the 'java' byte-code interpreter is written in C, the
compiler/parser (javac) is written in Java.

-Ian Eslick

-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post