| This class represents java source code in a parsed, but still flat style.
It contains the raw text along with an array of source type entries
(
de.java2html.javasource.JavaSourceType ) for each character.
JavaSource objects are created using the
de.java2html.javasource.JavaSourceParser .
A JavaSource object can be pretty-printed to HTML by using the
de.java2html.converter.JavaSource2HTMLConverter .
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. |