de.java2html.javasource |
Classes for representing and parsing Java source code.
|
Java Source File Name | Type | Comment |
IJavaSourceTypeChecker.java | Interface | |
JavaSource.java | Class | 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. |
JavaSourceIterator.java | Class | |
JavaSourceParser.java | Class | Parses raw text to a
de.java2html.javasource.JavaSource object. |
JavaSourceRun.java | Class | A connected piece of Java source code having the same type
(
de.java2html.javasource.JavaSourceType ). |
JavaSourceStatistic.java | Class | Simple statistics information that can be created when parsing a java source code using the
de.java2html.javasource.JavaSourceParser . |
JavaSourceType.java | Class | Different types of source code for classifying characters in the raw text. |