| Parses raw text to a
de.java2html.javasource.JavaSource object. The
parser can not only handle grammatically correct Java source files but also
code snippets.
(Parsing is done in multiple steps starting with raw text where every
character is classified as UNDEFINED and trying to find out more about it
step by step. There are some state machines used for parsing. They are hand
coded and quite complicated. The parser seems to be very stable, as I have
not been reported a single bug now for about two years.)
For questions, suggestions, bug-reports, enhancement-requests etc. I may be
contacted at: markus@jave.de
The Java2html home page is located at:
http://www.java2html.de
author: Markus Gebhard author: Copyright (C) Markus Gebhard 2000-2003 author: This program is free software; you can redistribute it and/or author: modify it under the terms of the GNU General Public License author: as published by the Free Software Foundation; either version 2 author: of the License, or (at your option) any later version. author: This program is distributed in the hope that it will be useful, author: but WITHOUT ANY WARRANTY; without even the implied warranty of author: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the author: GNU General Public License for more details. author: You should have received a copy of the GNU General Public License author: along with this program; if not, write to the Free Software author: Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |