org.infozone.tools.janalyzer |
|
Java Source File Name | Type | Comment |
ConstantsManager.java | Class | This class returns String Constants for Binary Expressions,
Access Modifier and so on. |
ExpressionHelper.java | Class | This class is a part of the JavaCodeAnalyzer class. |
JavaCodeAnalyzer.java | Class | This class parses a existing JAVA class and format's the source code
after the Code Conventions from Sun and therefore from the Apache Software Foundation.
It uses the Syntax tree from the DynamicJava SourceCodeParser and transform each node of
this tree back into lines of code.
All output is handled by the JavaCodeOutput class. |
JavaCodeOutput.java | Class | This class prints the lines of code and the affiliated comments of the output from
the JavaCodeAnalyzer class.
It makes line wrapping with splitting levels, correct indentation and comment creation. |
MassiveComments.java | Class | |