org.makumba.analyser.engine |
|
Java Source File Name | Type | Comment |
JavaParseData.java | Class | This class performs a rudimentary detection of Java syntax elements in a Java class. |
JspParseData.java | Class | This class performs a rudimentary detection of JSP-relevant tags in a JSP page. |
SourceSyntaxPoints.java | Class | The collection of syntax points in a source file gathered from a source analysis. |
SyntaxPoint.java | Class | Keeps track of important points in a file. |
TomcatJsp.java | Class | This class is tomcat-specific because the available APIs do not expose this functionality. |