|
Class Summary |
| JavaParseData |
This class performs a rudimentary detection of Java syntax elements in a Java class. |
| JspParseData |
This class performs a rudimentary detection of JSP-relevant tags in a JSP page. |
| SourceSyntaxPoints |
The collection of syntax points in a source file gathered from a source analysis. |
| SyntaxPoint |
Keeps track of important points in a file. |
| SyntaxPoint.End |
A simple implementation: ends of strings marked by other syntax points |
| TomcatJsp |
This class is tomcat-specific because the available APIs do not expose this functionality. |