| Interface | Description |
|---|---|
| SourceTypeHandler |
Interface for obtaining the classes necessary for checking source files
of a specific language.
|
| VisitorStarter |
Interface for starting an implementation of the parser visitors for
the grammars.
|
| Class | Description |
|---|---|
| Java13Handler | |
| Java14Handler | |
| Java15Handler | |
| Java16Handler | |
| Java17Handler | |
| JavaTypeHandler |
Implementation of VisitorsFactory for the Java AST.
|
| JspTypeHandler |
Implementation of SourceTypeHandler for the JSP parser.
|
| SourceTypeHandlerBroker |
Broker for SourceTypeHandler instances for specific SourceTypes.
|